mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-06 20:43:13 +08:00
Added option to disable search bar autofocus
This commit is contained in:
@@ -22,4 +22,5 @@ export const configTemplate: Config = {
|
||||
kubernetesApps: false,
|
||||
unpinStoppedApps: false,
|
||||
useAmericanDate: false,
|
||||
disableAutofocus: false,
|
||||
};
|
||||
|
||||
@@ -28,4 +28,5 @@ export const searchSettingsTemplate: SearchForm = {
|
||||
hideSearch: false,
|
||||
searchSameTab: false,
|
||||
defaultSearchProvider: 'l',
|
||||
disableAutofocus: false,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user