effects/desktopgrid: Fix config group name
The config group is formed as "Effect-" + plugin id, i.e. "desktopgrid" Config migration from DesktopGrid to desktopgrid is already handled by a kconf_update script. BUG: 454102 Part-of: <https://invent.kde.org/plasma/kwin/-/merge_requests/2464>
This commit is contained in:
parent
b018dd3204
commit
486d229cae
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
||||
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
||||
<kcfgfile arg="true"/>
|
||||
<group name="Effect-DesktopGrid">
|
||||
<group name="Effect-desktopgrid">
|
||||
<entry name="BorderActivate" type="IntList" />
|
||||
<entry name="TouchBorderActivate" type="IntList" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue