1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-25 05:49:36 +02:00

Added option to disable search bar autofocus

This commit is contained in:
Paweł Malak 2021-10-26 13:09:42 +02:00
parent 0ec77c33bf
commit df6d96f5b6
8 changed files with 45 additions and 6 deletions

View file

@ -18,5 +18,7 @@
"dockerApps": false,
"dockerHost": "localhost",
"kubernetesApps": false,
"unpinStoppedApps": false
"unpinStoppedApps": false,
"useAmericanDate": false,
"disableAutofocus": false
}