forked from Shinonome/dots-hyprland
8 lines
107 B
QML
8 lines
107 B
QML
import QtQuick
|
|
|
|
MouseArea {
|
|
id: root
|
|
|
|
// uh this is stupid turns out we don't need anything here
|
|
}
|