Add show grid labels and fill clock widget height preferences to proto schema

This commit is contained in:
MM20
2022-09-03 15:07:37 +02:00
parent 694b0e1382
commit bdbbc3760e
3 changed files with 22 additions and 1 deletions
@@ -120,6 +120,7 @@ message Settings {
bool battery_part = 5;
bool alarm_part = 6;
bool favorites_part = 7;
bool fill_height = 8;
}
ClockWidgetSettings clock_widget = 7;
@@ -192,6 +193,7 @@ message Settings {
message GridSettings {
uint32 column_count = 1;
uint32 icon_size = 2;
bool show_labels = 3;
}
GridSettings grid = 19;