forked from Shinonome/dots-hyprland
Update LauncherSearch.qml
fix /wallpaper in launcher not working
This commit is contained in:
@@ -7,6 +7,7 @@ import QtQuick
|
|||||||
import Qt.labs.folderlistmodel
|
import Qt.labs.folderlistmodel
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import Quickshell.Io
|
import Quickshell.Io
|
||||||
|
import Quickshell.Hyprland
|
||||||
|
|
||||||
Singleton {
|
Singleton {
|
||||||
id: root
|
id: root
|
||||||
@@ -108,7 +109,7 @@ Singleton {
|
|||||||
{
|
{
|
||||||
action: "wallpaper",
|
action: "wallpaper",
|
||||||
execute: () => {
|
execute: () => {
|
||||||
GlobalStates.wallpaperSelectorOpen = true;
|
Hyprland.dispatch("global quickshell:wallpaperSelectorToggle")
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user