diff options
author | Frederick Yin <fkfd@fkfd.me> | 2023-07-29 15:14:16 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2023-07-29 15:14:16 +0800 |
commit | c82c7b64b82657693a9e2b466a2d8803ce393f07 (patch) | |
tree | 4fce0e609d6d1b354e7a9688a6c8c32ed549802e /contents/ui/main.qml | |
parent | 8a01f6d979e3d452dbec10be7f8f0fab82d7fbb6 (diff) |
Add reminder to migrate to KF6expand
Diffstat (limited to 'contents/ui/main.qml')
-rw-r--r-- | contents/ui/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contents/ui/main.qml b/contents/ui/main.qml index 7e4b3ba..4e3be19 100644 --- a/contents/ui/main.qml +++ b/contents/ui/main.qml @@ -11,6 +11,7 @@ import org.kde.plasma.networkmanagement 0.2 as PlasmaNM import "kanvas.js" as Kanvas +// TODO: change to PlasmoidItem on KF6 Item { width: PlasmaCore.Units.gridUnit * 20 height: PlasmaCore.Units.gridUnit * 40 |