Slight restructure of the Dock so the Variants is in Dock.

This commit is contained in:
quadbyte 2025-08-07 20:26:13 -04:00
parent 4f199c0240
commit 9e78807071
2 changed files with 301 additions and 301 deletions

View file

@ -16,7 +16,6 @@ import qs.Helpers
Scope {
id: root
property alias appLauncherPanel: appLauncherPanel
property var notificationHistoryWin: notificationHistoryLoader.active ? notificationHistoryLoader.item : null
property var settingsWindow: null
property bool pendingReload: false
@ -59,19 +58,9 @@ Scope {
Bar {
id: bar
shell: root
property var notificationHistoryWin: notificationHistoryLoader.active ? notificationHistoryLoader.item : null
}
Variants {
model: Quickshell.screens
Dock {
id: dock
property var modelData
}
}
Dock {
id: dock
}