mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 07:49:28 -05:00
6 lines
57 B
QML
6 lines
57 B
QML
import QtQuick
|
|
|
|
Flow {
|
|
property int clickIndex: -1
|
|
}
|