mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
kwin/convergentwindows: Fix script not loading
Fixes https://invent.kde.org/teams/plasma-mobile/issues/-/issues/247
This commit is contained in:
parent
5e0176b7d1
commit
22e3e0bad0
2 changed files with 4 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ import QtQuick
|
||||||
import org.kde.kwin as KWinComponents
|
import org.kde.kwin as KWinComponents
|
||||||
import org.kde.plasma.private.mobileshell.shellsettingsplugin as ShellSettings
|
import org.kde.plasma.private.mobileshell.shellsettingsplugin as ShellSettings
|
||||||
|
|
||||||
Item {
|
Loader {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
function run(window) {
|
function run(window) {
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,7 @@
|
||||||
"Description[uk]": "Вилучає оздоблення вікон та максимізує вікна лише на першому екрані.",
|
"Description[uk]": "Вилучає оздоблення вікон та максимізує вікна лише на першому екрані.",
|
||||||
"Description[x-test]": "xxRemoves window decorations and maximizes windows on the first screen only.xx",
|
"Description[x-test]": "xxRemoves window decorations and maximizes windows on the first screen only.xx",
|
||||||
"Description[zh_CN]": "删除窗口装饰并最大化第一个屏幕上的窗口。",
|
"Description[zh_CN]": "删除窗口装饰并最大化第一个屏幕上的窗口。",
|
||||||
|
"Id": "convergentwindows",
|
||||||
"Icon": "preferences-system-windows",
|
"Icon": "preferences-system-windows",
|
||||||
"License": "LGPL-2.1-or-later",
|
"License": "LGPL-2.1-or-later",
|
||||||
"Name": "Convergent Windows",
|
"Name": "Convergent Windows",
|
||||||
|
|
@ -84,5 +85,6 @@
|
||||||
"Name[x-test]": "xxConvergent Windowsxx",
|
"Name[x-test]": "xxConvergent Windowsxx",
|
||||||
"Name[zh_CN]": "聚合窗口",
|
"Name[zh_CN]": "聚合窗口",
|
||||||
"Website": "https://invent.kde.org/plasma/plasma-mobile"
|
"Website": "https://invent.kde.org/plasma/plasma-mobile"
|
||||||
}
|
},
|
||||||
|
"X-Plasma-API": "declarativescript"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue