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