Skip to content

Commit

Permalink
fix: disambiguate between Twitch internal debug mode and ReVanced deb…
Browse files Browse the repository at this point in the history
…ug mode.
  • Loading branch information
LisoUseInAIKyrios committed Dec 31, 2023
1 parent 4ca55e9 commit 268f071
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@ object DebugModePatch : BytecodePatch(

SettingsPatch.PreferenceScreen.MISC.OTHER.addPreferences(
SwitchPreference(
"revanced_debug_mode",
"revanced_twitch_debug_mode",
StringResource(
"revanced_debug_mode_enable",
"Enable debug mode"
"revanced_twitch_debug_mode_title",
"Enable Twitch debug mode"
),
StringResource(
"revanced_debug_mode_on",
"Debug mode is enabled (not recommended)"
"revanced_twitch_debug_mode_summary_on",
"Twitch debug mode is enabled (not recommended)"
),
StringResource(
"revanced_debug_mode_off",
"Debug mode is disabled"
"revanced_twitch_debug_mode_summary_off",
"Twitch debug mode is disabled"
)
)
)
Expand Down

0 comments on commit 268f071

Please sign in to comment.