diff options
Diffstat (limited to 'config/LauncherConfig.qml')
| -rw-r--r-- | config/LauncherConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index 1b9efc0..caa3bc5 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -4,6 +4,7 @@ import Quickshell import QtQuick Singleton { + readonly property int maxShown: 8 readonly property Sizes sizes: Sizes {} component Sizes: QtObject { |