Update LauncherSearch.qml

fix /wallpaper in launcher not working
This commit is contained in:
end-4
2026-04-05 20:22:36 +02:00
parent 1e2a6d23e3
commit fad2a5f8ae
@@ -7,6 +7,7 @@ import QtQuick
import Qt.labs.folderlistmodel
import Quickshell
import Quickshell.Io
import Quickshell.Hyprland
Singleton {
id: root
@@ -108,7 +109,7 @@ Singleton {
{
action: "wallpaper",
execute: () => {
GlobalStates.wallpaperSelectorOpen = true;
Hyprland.dispatch("global quickshell:wallpaperSelectorToggle")
}
},
{