File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
app/src/main/java/eu/kanade/presentation/more/settings/screen/player
i18n-aniyomi/src/commonMain/moko-resources/base Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ object PlayerSettingsGesturesScreen : SearchableSettings {
9797 Preference .PreferenceItem .SwitchPreference (
9898 preference = enableHorizontalSeekGesture,
9999 title = stringResource(AYMR .strings.enable_horizontal_seek_gesture),
100+ subtitle = stringResource(AYMR .strings.enable_horizontal_seek_gesture_summary),
100101 ),
101102 Preference .PreferenceItem .SwitchPreference (
102103 preference = showSeekbar,
Original file line number Diff line number Diff line change 111111 <string name =" pref_controls_swap_vol_brightness" >Swap volume and brightness slider</string >
112112 <string name =" pref_category_player_seeking" >Seeking</string >
113113 <string name =" enable_horizontal_seek_gesture" >Enable Horizontal Seek Gesture</string >
114+ <string name =" enable_horizontal_seek_gesture_summary" >When enabled, seeking with a horizontal swipe will be available</string >
114115 <string name =" pref_show_seekbar" >Show seekbar when seeking</string >
115116 <string name =" pref_default_intro_length" >Default skip intro length</string >
116117 <string name =" pref_intro_length" >Skip intro length</string >
You can’t perform that action at this time.
0 commit comments