mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
kcms: remove mediacenter from formfactors
KCMs in this repo have `mediacenter` in their form factor lists, which will cause them to show up on Plasma Bigscreen. This MR fixes that. **Code changes:** - [x] In `info`, `mobileshell`, `time`, `virtualkeyboard`, and `waydroidintegration`, remove mediacenter from form factors
This commit is contained in:
parent
72b434ee2c
commit
f6bc752dbd
4 changed files with 4 additions and 9 deletions
|
|
@ -39,9 +39,7 @@
|
||||||
"Description[zh_CN]": "软件版本",
|
"Description[zh_CN]": "软件版本",
|
||||||
"Description[zh_TW]": "軟體版本",
|
"Description[zh_TW]": "軟體版本",
|
||||||
"FormFactors": [
|
"FormFactors": [
|
||||||
"handset",
|
"handset", "tablet"
|
||||||
"tablet",
|
|
||||||
"mediacenter"
|
|
||||||
],
|
],
|
||||||
"Icon": "dialog-information",
|
"Icon": "dialog-information",
|
||||||
"Name": "Information",
|
"Name": "Information",
|
||||||
|
|
|
||||||
|
|
@ -85,8 +85,7 @@
|
||||||
"FormFactors": [
|
"FormFactors": [
|
||||||
"desktop",
|
"desktop",
|
||||||
"handset",
|
"handset",
|
||||||
"tablet",
|
"tablet"
|
||||||
"mediacenter"
|
|
||||||
],
|
],
|
||||||
"Icon": "preferences-desktop-plasma",
|
"Icon": "preferences-desktop-plasma",
|
||||||
"License": "GPL",
|
"License": "GPL",
|
||||||
|
|
|
||||||
|
|
@ -40,8 +40,7 @@
|
||||||
"Description[zh_TW]": "時區、日期顯示",
|
"Description[zh_TW]": "時區、日期顯示",
|
||||||
"FormFactors": [
|
"FormFactors": [
|
||||||
"handset",
|
"handset",
|
||||||
"tablet",
|
"tablet"
|
||||||
"mediacenter"
|
|
||||||
],
|
],
|
||||||
"Icon": "preferences-system-time",
|
"Icon": "preferences-system-time",
|
||||||
"Name": "Time and Date",
|
"Name": "Time and Date",
|
||||||
|
|
|
||||||
|
|
@ -50,8 +50,7 @@
|
||||||
"FormFactors": [
|
"FormFactors": [
|
||||||
"desktop",
|
"desktop",
|
||||||
"handset",
|
"handset",
|
||||||
"tablet",
|
"tablet"
|
||||||
"mediacenter"
|
|
||||||
],
|
],
|
||||||
"Icon": "folder-android-symbolic",
|
"Icon": "folder-android-symbolic",
|
||||||
"License": "GPL",
|
"License": "GPL",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue