Migrate wallpaper preferences

This commit is contained in:
MM20
2022-01-25 21:53:19 +01:00
parent 11017f46bc
commit 85b8f3f615
8 changed files with 90 additions and 15 deletions
@@ -9,6 +9,7 @@ fun createFactorySettings(context: Context): Settings {
.newBuilder()
.setTheme(Settings.AppearanceSettings.Theme.System)
.setColorScheme(Settings.AppearanceSettings.ColorScheme.Default)
.setDimWallpaper(false)
.build()
)
.setWeather(
@@ -17,6 +17,7 @@ message Settings {
BlackAndWhite = 1;
}
ColorScheme color_scheme = 6;
bool dim_wallpaper = 7;
}
AppearanceSettings appearance = 2;