Add an preference to disable the blur effect on Android 12+

This commit is contained in:
MM20
2022-07-11 18:11:25 +02:00
parent 18539c5f64
commit 24242c45cd
10 changed files with 70 additions and 7 deletions
@@ -77,6 +77,8 @@ message Settings {
SystemDefault = 1;
}
Font font = 10;
bool blur_wallpaper = 11;
}
AppearanceSettings appearance = 2;