mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-09 10:03:32 +10:00
Rearrange for tidier structure (#2212)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import QtQuick
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onPressed: (mouse) => mouse.accepted = false
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
}
|
||||
Reference in New Issue
Block a user