You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/models/preference.dart
+2-2
Original file line number
Diff line number
Diff line change
@@ -110,11 +110,11 @@ final class SwipeGesturePreference extends BooleanPreference {
110
110
Stringget key =>'swipeGestureMode';
111
111
112
112
@override
113
-
Stringget title =>'Swipe Gesture';
113
+
Stringget title =>'Swipe Gesture for Switching Tabs';
114
114
115
115
@override
116
116
Stringget subtitle =>
117
-
'''enable swipe gesture for switching between tabs. If enabled, long press on Story tile to trigger the action menu.''';
117
+
'''enable swipe gesture for switching between tabs. If enabled, long press on Story tile to trigger the action menu and double tap to open the url (if complex tile is disabled).''';
0 commit comments