Set X-Plasma-API-Minimum-Version for Plasma 6 version of Plasmoid

This seems to be required as of
https://invent.kde.org/plasma/libplasma/-/merge_requests/977
and other Plasmoids set it to 6.0 as well, e.g.
https://invent.kde.org/plasma/plasma-nm/-/blob/master/applet/metadata.json.
This commit is contained in:
Martchus 2023-11-26 16:57:52 +01:00
parent becf6e873b
commit 29043b2904
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
},
"X-KDE-Keywords": "syncthing,sync",
"X-Plasma-API": "declarativeappletscript",
"X-Plasma-API-Minimum-Version": "6.0",
"X-Plasma-NotificationAreaCategory": "SystemServices",
"X-Plasma-MainScript": "ui/main.qml"
}