forked from Shinonome/dots-hyprland
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
|
|
}
|