Add clock widget parts preferences

This commit is contained in:
MM20
2022-03-02 13:21:32 +01:00
parent bdbcba6d67
commit edd59f2d06
8 changed files with 156 additions and 13 deletions
@@ -52,6 +52,10 @@ message Settings {
EmptyClock = 4;
}
ClockStyle clock_style = 2;
bool date_part = 3;
bool music_part = 4;
bool battery_part = 5;
bool alarm_part = 6;
}
ClockWidgetSettings clock_widget = 7;