fix: set empty input mask on WallpaperWindow to allow mouse clicks and box selection drags on desktop

This commit is contained in:
Sho 2026-08-02 14:05:56 +09:00
parent 87ef422549
commit b56a9fa115

View File

@ -17,6 +17,8 @@ PanelWindow {
exclusionMode: ExclusionMode.Ignore
color: Theme.bg
mask: Region {}
Image {
anchors.fill: parent
fillMode: Image.PreserveAspectCrop