[kwin] Add new kwineffects KCM to the KWin config center
This commit is contained in:
parent
25b20c03fc
commit
32db9c109f
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ QStringList configModules(bool controlCenter)
|
|||
args << QStringLiteral("kwinoptions");
|
||||
else if (KAuthorized::authorizeControlModule(QStringLiteral("kde-kwinoptions.desktop")))
|
||||
args << QStringLiteral("kwinactions") << QStringLiteral("kwinfocus") << QStringLiteral("kwinmoving") << QStringLiteral("kwinadvanced")
|
||||
<< QStringLiteral("kwinrules") << QStringLiteral("kwincompositing")
|
||||
<< QStringLiteral("kwinrules") << QStringLiteral("kwincompositing") << QStringLiteral("kwineffects")
|
||||
#ifdef KWIN_BUILD_TABBOX
|
||||
<< QStringLiteral("kwintabbox")
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue