Files
dots-hyprland/dots/.config/quickshell/ii/modules/common/models/NestableObject.qml
T
2026-02-05 12:49:36 +01:00

7 lines
129 B
QML

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