Add preference for layout

This commit is contained in:
MM20
2022-05-14 11:11:31 +02:00
parent 5f4a2af03e
commit 8b3646d6bd
7 changed files with 129 additions and 15 deletions
@@ -64,6 +64,12 @@ message Settings {
}
CustomColors custom_colors = 8;
bool dim_wallpaper = 7;
enum Layout {
PullDown = 0;
Pager = 1;
}
Layout layout = 9;
}
AppearanceSettings appearance = 2;