Slight restructure of the Dock so the Variants is in Dock.
This commit is contained in:
parent
4f199c0240
commit
9e78807071
2 changed files with 301 additions and 301 deletions
11
shell.qml
11
shell.qml
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue