plugins/desktopchangeosd: make Loader become the root item

This saves another quick item.
This commit is contained in:
Fushan Wen 2023-09-29 18:19:14 +08:00
parent 4b1a90b32a
commit c974bf0b04
No known key found for this signature in database
GPG key ID: 2E48D1487C91DCAA

View file

@ -9,12 +9,8 @@
import QtQuick import QtQuick
import org.kde.kwin import org.kde.kwin
Item { Loader {
id: root id: mainItemLoader
Loader {
id: mainItemLoader
}
Connections { Connections {
target: Workspace target: Workspace