forked from Shinonome/dots-hyprland
actioncenter: stack view setup
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
pragma Singleton
|
||||
pragma ComponentBehavior: Bound
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import Quickshell
|
||||
|
||||
Singleton {
|
||||
id: root
|
||||
|
||||
property StackView stackView
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user