remove bar dependency from modules, use QsWindow.window.screen instead
This commit is contained in:
parent
dc8344d0af
commit
b1d0be5d31
4 changed files with 5 additions and 16 deletions
|
|
@ -135,15 +135,11 @@ PanelWindow {
|
|||
M.BarGroup {
|
||||
id: workspacesGroup
|
||||
leftEdge: true
|
||||
M.WorkspacesModule {
|
||||
bar: bar
|
||||
}
|
||||
M.WorkspacesModule {}
|
||||
}
|
||||
M.BarGroup {
|
||||
leftEdge: !workspacesGroup.visible
|
||||
M.TrayModule {
|
||||
bar: bar
|
||||
}
|
||||
M.TrayModule {}
|
||||
}
|
||||
M.BarGroup {
|
||||
id: _windowTitleGroup
|
||||
|
|
@ -174,9 +170,7 @@ PanelWindow {
|
|||
|
||||
// Media
|
||||
M.BarGroup {
|
||||
M.MprisModule {
|
||||
bar: bar
|
||||
}
|
||||
M.MprisModule {}
|
||||
M.VolumeModule {}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue