fix: correct title for tablet-miniplayer setting switch

This commit is contained in:
oSumAtrIX 2022-08-22 04:39:25 +02:00
parent 0d4869a967
commit 6af6c02154
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

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")