Fix formatting of X-KDE-OnlyShowOnQtPlatforms json entry

We define it as an array, however we had split it with a semicolon as a separator in KService.

With this change we can correctly read it as a QJsonArray
wilder-5.24
Alexander Lohnau 4 years ago
parent c7689f5349
commit 0a1cc4b624
  1. 2
      kcms/kfontinst/kcmfontinst/fontinst.json

@ -101,7 +101,7 @@
"X-KDE-Keywords[x-test]": "xxfontxx,xxfontsxx,xxinstallerxx,xxtruetypexx,xxtype1xx,xxbitmapxx",
"X-KDE-Keywords[zh_CN]": "font,fonts,installer,truetype,type1,bitmap,字体,字体族,安装器,安装程序,点阵",
"X-KDE-OnlyShowOnQtPlatforms": [
"xcb;"
"xcb"
],
"X-KDE-ParentApp": "kcontrol",
"X-KDE-System-Settings-Parent-Category": "appearance"

Loading…
Cancel
Save