Add debug setting to enable Material You compat color scheme on API 31+
This commit is contained in:
@@ -15,6 +15,7 @@ message Settings {
|
||||
enum ColorScheme {
|
||||
Default = 0;
|
||||
BlackAndWhite = 1;
|
||||
DebugMaterialYouCompat = 2;
|
||||
}
|
||||
ColorScheme color_scheme = 6;
|
||||
bool dim_wallpaper = 7;
|
||||
|
||||
Reference in New Issue
Block a user