fix: fix wallpaper double click
This commit is contained in:
parent
247426ce31
commit
bc1f4a385e
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import QtQuick.Controls
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import Quickshell.Io
|
import Quickshell.Io
|
||||||
import Quickshell.Widgets
|
import Quickshell.Widgets
|
||||||
|
import Quickshell.Wayland
|
||||||
import qs.Settings
|
import qs.Settings
|
||||||
import qs.Services
|
import qs.Services
|
||||||
|
|
||||||
|
|
@ -17,6 +18,7 @@ PanelWindow {
|
||||||
anchors.right: true
|
anchors.right: true
|
||||||
margins.right: 0
|
margins.right: 0
|
||||||
margins.top: 0
|
margins.top: 0
|
||||||
|
WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand
|
||||||
|
|
||||||
property var wallpapers: []
|
property var wallpapers: []
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue