We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f129178 + 3315638 commit de9db19Copy full SHA for de9db19
lib/view/pages/appearance/appearance_model.dart
@@ -69,7 +69,11 @@ class AppearanceModel extends ChangeNotifier {
69
notifyListeners();
70
}
71
72
- static const clickActions = ['minimize', 'focus-or-previews'];
+ static const clickActions = [
73
+ 'minimize',
74
+ 'focus-or-previews',
75
+ 'cycle-windows'
76
+ ];
77
78
String? get clickAction => _dashToDockSettings?.stringValue(_clickActionKey);
79
0 commit comments