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_TW]": "軟體版本",
|
||||
"FormFactors": [
|
||||
"handset",
|
||||
"tablet",
|
||||
"mediacenter"
|
||||
"handset", "tablet"
|
||||
],
|
||||
"Icon": "dialog-information",
|
||||
"Name": "Information",
|
||||
|
|
|
|||
|
|
@ -85,8 +85,7 @@
|
|||
"FormFactors": [
|
||||
"desktop",
|
||||
"handset",
|
||||
"tablet",
|
||||
"mediacenter"
|
||||
"tablet"
|
||||
],
|
||||
"Icon": "preferences-desktop-plasma",
|
||||
"License": "GPL",
|
||||
|
|
|
|||
|
|
@ -40,8 +40,7 @@
|
|||
"Description[zh_TW]": "時區、日期顯示",
|
||||
"FormFactors": [
|
||||
"handset",
|
||||
"tablet",
|
||||
"mediacenter"
|
||||
"tablet"
|
||||
],
|
||||
"Icon": "preferences-system-time",
|
||||
"Name": "Time and Date",
|
||||
|
|
|
|||
|
|
@ -50,8 +50,7 @@
|
|||
"FormFactors": [
|
||||
"desktop",
|
||||
"handset",
|
||||
"tablet",
|
||||
"mediacenter"
|
||||
"tablet"
|
||||
],
|
||||
"Icon": "folder-android-symbolic",
|
||||
"License": "GPL",
|
||||
|
|
|
|||
Loading…
Reference in a new issue