mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-03 20:32:07 -04:00
18 lines
261 B
QML
18 lines
261 B
QML
pragma ComponentBehavior: Bound
|
|
|
|
import QtQuick
|
|
import Quickshell
|
|
import qs.Common
|
|
|
|
Variants {
|
|
id: root
|
|
|
|
model: SettingsData.getFrameScreensAlways()
|
|
|
|
FrameInstance {
|
|
required property ShellScreen modelData
|
|
|
|
screen: modelData
|
|
}
|
|
}
|