Skip to content

Commit

Permalink
fix(YouTube - Spoof app version): Recommend clearing the app data aft…
Browse files Browse the repository at this point in the history
…er turning off spoofing (#3134)
  • Loading branch information
LisoUseInAIKyrios committed Oct 11, 2023
1 parent e605c58 commit 166bf5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object SpoofAppVersionPatch : BytecodePatch(
StringResource("revanced_spoof_app_version_user_dialog_message",
"App version will be spoofed to an older version of YouTube."
+ "\\n\\nThis will change the appearance and features of the app, but unknown side effects may occur."
+ "\\n\\nIf later turned off, the old UI may remain until the app data is cleared.")
+ "\\n\\nIf later turned off, it is recommended to clear the app data to prevent UI bugs.")
),
ListPreference(
"revanced_spoof_app_version_target",
Expand Down

0 comments on commit 166bf5b

Please sign in to comment.