plugins/desktopchangeosd: make Loader become the root item
This saves another quick item.
This commit is contained in:
parent
4b1a90b32a
commit
c974bf0b04
1 changed files with 2 additions and 6 deletions
|
@ -9,12 +9,8 @@
|
|||
import QtQuick
|
||||
import org.kde.kwin
|
||||
|
||||
Item {
|
||||
id: root
|
||||
|
||||
Loader {
|
||||
id: mainItemLoader
|
||||
}
|
||||
Loader {
|
||||
id: mainItemLoader
|
||||
|
||||
Connections {
|
||||
target: Workspace
|
||||
|
|
Loading…
Reference in a new issue