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:
User8395 2025-08-20 23:31:17 +00:00 committed by Devin Lin
parent 72b434ee2c
commit f6bc752dbd
4 changed files with 4 additions and 9 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",