fix launcher for non-uwsm

This commit is contained in:
2026-04-18 00:45:19 +02:00
parent a7457c57c0
commit e45ecf864a
4 changed files with 22 additions and 8 deletions
+1
View File
@@ -206,6 +206,7 @@ Singleton {
return {
maxAppsShown: launcher.maxAppsShown,
maxWallpapers: launcher.maxWallpapers,
uwsm: launcher.uwsm,
actionPrefix: launcher.actionPrefix,
specialPrefix: launcher.specialPrefix,
useFuzzy: {
+1
View File
@@ -91,6 +91,7 @@ JsonObject {
property string specialPrefix: "@"
property UseFuzzy useFuzzy: UseFuzzy {
}
property bool uwsm: true
component Sizes: JsonObject {
property int itemHeight: 50