Add option to not scroll the search bar out of view

This commit is contained in:
MM20
2023-01-21 14:00:30 +01:00
parent b0f3ddf325
commit 1ad18f14ad
9 changed files with 35 additions and 3 deletions
@@ -297,6 +297,7 @@ message Settings {
Layout base_layout = 1;
bool bottom_search_bar = 2;
bool reverse_search_results = 3;
bool fixed_search_bar = 4;
}
LayoutSettings layout = 27;