mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 15:29:27 -05:00
9 lines
141 B
QML
9 lines
141 B
QML
import QtQuick
|
|
|
|
/**
|
|
* This is just to make sure `RippleButton`s can be used in a Flow layout.
|
|
*/
|
|
Flow {
|
|
property int clickIndex: -1
|
|
}
|