Add favorites part to clock widget

This commit is contained in:
MM20
2022-03-31 23:02:59 +02:00
parent 93bd62545d
commit 5075c368a2
18 changed files with 298 additions and 132 deletions
@@ -39,6 +39,7 @@ fun createFactorySettings(context: Context): Settings {
.setBatteryPart(true)
.setDatePart(true)
.setMusicPart(true)
.setFavoritesPart(false)
.build()
)
.setFavorites(
@@ -56,6 +56,7 @@ message Settings {
bool music_part = 4;
bool battery_part = 5;
bool alarm_part = 6;
bool favorites_part = 7;
}
ClockWidgetSettings clock_widget = 7;