feat(music/settings): change some default value

This commit is contained in:
inotia00
2023-09-05 14:30:03 +09:00
parent 16c34b78f0
commit 2c16e7e618

View File

@ -46,7 +46,7 @@ class CategoryBarPatch : BytecodePatch(
SettingsPatch.addMusicPreference(
CategoryType.GENERAL,
"revanced_hide_category_bar",
"true"
"false"
)
}