Skip to content

Commit

Permalink
(Disable precise seeking): Undo in-app setting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeW50 committed Dec 28, 2023
1 parent 5207b0f commit 05f5e1b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ object DisablePreciseSeekingGesturePatch : BytecodePatch(
SettingsPatch.PreferenceScreen.INTERACTIONS.addPreferences(
SwitchPreference(
"revanced_disable_precise_seeking_gesture",
StringResource("revanced_disable_precise_seeking_gesture_title", "Disable precise seeking"),
StringResource("revanced_disable_precise_seeking_gesture_summary_on", "Precise seeking is disabled"),
StringResource("revanced_disable_precise_seeking_gesture_summary_off", "Precise seeking is enabled"),
StringResource("revanced_disable_precise_seeking_gesture_title", "Disable precise seeking gesture"),
StringResource("revanced_disable_precise_seeking_gesture_summary_on", "Gesture is disabled"),
StringResource("revanced_disable_precise_seeking_gesture_summary_off", "Gesture is enabled"),
)
)

Expand Down

0 comments on commit 05f5e1b

Please sign in to comment.