Added Circular Std and a toggle to use it
This commit is contained in:
parent
fd03cb4e99
commit
02b72551c9
13 changed files with 46 additions and 3 deletions
|
@ -665,6 +665,9 @@ object PreferenceUtil {
|
|||
val materialYou
|
||||
get() = sharedPreferences.getBoolean(MATERIAL_YOU, VersionUtils.hasS())
|
||||
|
||||
val isCustomFont
|
||||
get() = sharedPreferences.getBoolean(CUSTOM_FONT, false)
|
||||
|
||||
val isSnowFalling
|
||||
get() = sharedPreferences.getBoolean(SNOWFALL, false)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue