mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 21:39:36 +02:00
Added option to disable search bar autofocus
This commit is contained in:
parent
0ec77c33bf
commit
df6d96f5b6
8 changed files with 45 additions and 6 deletions
|
@ -9,6 +9,7 @@ export interface SearchForm {
|
|||
hideSearch: boolean;
|
||||
defaultSearchProvider: string;
|
||||
searchSameTab: boolean;
|
||||
disableAutofocus: boolean;
|
||||
}
|
||||
|
||||
export interface OtherSettingsForm {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue