fix: correct title for tablet-miniplayer setting switch

This commit is contained in:
oSumAtrIX 2022-08-22 04:39:25 +02:00
parent e2f4488248
commit 77db73d0e9

View file

@ -39,7 +39,7 @@ class TabletMiniPlayerPatch : BytecodePatch(
override fun execute(data: BytecodeData): PatchResult {
SettingsPatch.PreferenceScreen.LAYOUT.addPreferences(SwitchPreference(
"revanced_tablet_miniplayer",
StringResource("revanced_tablet_miniplayer_title", "Remove general ads"),
StringResource("revanced_tablet_miniplayer_title", "Enable the tablet Mini-player"),
false,
StringResource("revanced_tablet_miniplayer_summary_on", "Tablet Mini-player is enabled"),
StringResource("revanced_tablet_miniplayer_summary_off", "Tablet Mini-player is disabled")