mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-22 08:49:58 -05:00
13 lines
173 B
QML
13 lines
173 B
QML
pragma Singleton
|
|
pragma ComponentBehavior: Bound
|
|
import QtQuick
|
|
import QtQuick.Controls
|
|
import Quickshell
|
|
|
|
Singleton {
|
|
id: root
|
|
|
|
property StackView stackView
|
|
|
|
}
|