Merge branch 'Plasma/5.3'
This commit is contained in:
commit
048f60f388
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ void DecorationPalette::update()
|
|||
auto config = KSharedConfig::openConfig(m_colorScheme, KConfig::SimpleConfig);
|
||||
KConfigGroup wmConfig(config, QStringLiteral("WM"));
|
||||
|
||||
if (!wmConfig.exists()) {
|
||||
if (!wmConfig.exists() && !m_colorScheme.endsWith(QStringLiteral("/kdeglobals"))) {
|
||||
qWarning() << "Invalid color scheme" << m_colorScheme << "lacks WM group";
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue