Add options to hide system bars

This commit is contained in:
MM20
2022-02-18 14:52:55 +01:00
parent 577ac7e28c
commit 902d77fff0
11 changed files with 123 additions and 4 deletions
@@ -162,6 +162,8 @@ message Settings {
message SystemBarsSettings {
bool lightStatusBar = 1;
bool lightNavBar = 2;
bool hideStatusBar = 3;
bool hideNavBar = 4;
}
SystemBarsSettings system_bars = 23;