Files
dots-hyprland/dots/.config/quickshell/ii/modules/common/models/NestableObject.qml
T
2026-03-19 12:39:12 +01:00

7 lines
129 B
QML

import QtQuick
// QtObject that allows stuff to be freely declared inside
QtObject {
default property list<QtObject> data
}