Add debug setting to enable Material You compat color scheme on API 31+

This commit is contained in:
MM20
2022-04-13 10:09:30 +02:00
parent f2041e51c2
commit 17dd8558c0
3 changed files with 18 additions and 12 deletions
@@ -15,6 +15,7 @@ message Settings {
enum ColorScheme {
Default = 0;
BlackAndWhite = 1;
DebugMaterialYouCompat = 2;
}
ColorScheme color_scheme = 6;
bool dim_wallpaper = 7;