forked from Shinonome/dots-hyprland
6 lines
57 B
QML
6 lines
57 B
QML
import QtQuick
|
|
|
|
Flow {
|
|
property int clickIndex: -1
|
|
}
|