Add two new clock styles: analog clock and empty clock

This commit is contained in:
MM20
2022-02-20 14:44:48 +01:00
parent b533e02ecf
commit 1faac28ce4
4 changed files with 75 additions and 3 deletions
@@ -48,6 +48,8 @@ message Settings {
DigitalClock1 = 0;
DigitalClock2 = 1;
BinaryClock = 2;
AnalogClock = 3;
EmptyClock = 4;
}
ClockStyle clock_style = 2;
}