forked from Shinonome/dots-hyprland
action center: toggle pages
This commit is contained in:
@@ -42,6 +42,11 @@ Rectangle {
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 12
|
||||
|
||||
onClicked: {
|
||||
GlobalStates.sidebarLeftOpen = false;
|
||||
Quickshell.execDetached(["qs", "-p", Quickshell.shellPath("settings.qml")]);
|
||||
}
|
||||
|
||||
contentItem: FluentIcon {
|
||||
icon: "settings"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user