[Feature] Added option to switch to Manrope
This commit is contained in:
parent
83fca0a829
commit
dfa3129239
17 changed files with 56 additions and 6 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