Add option to automatically launch the keyboard when opening the search

Fixes #26
This commit is contained in:
MM20
2022-02-18 22:15:38 +01:00
parent 0d6d7f1764
commit 3c3cac83c8
11 changed files with 94 additions and 6 deletions
@@ -130,6 +130,7 @@ message Settings {
Hidden = 2;
}
SearchBarStyle search_bar_style = 1;
bool auto_focus = 2;
}
SearchBarSettings search_bar = 20;