Migrate search bar style preferences

This commit is contained in:
MM20
2022-01-27 20:45:46 +01:00
parent 09bb040e9a
commit 237a0f2087
7 changed files with 175 additions and 6 deletions
+10
View File
@@ -123,4 +123,14 @@ message Settings {
}
GridSettings grid = 19;
message SearchBarSettings {
enum SearchBarStyle {
Transparent = 0;
Solid = 1;
Hidden = 2;
}
SearchBarStyle search_bar_style = 1;
}
SearchBarSettings search_bar = 20;
}