Ignore SettingsCompositing changed in Aurorae
Not needed and causing troubles when restarting Compositing.
This commit is contained in:
parent
14049444dd
commit
4812edc92d
1 changed files with 3 additions and 0 deletions
|
@ -142,6 +142,9 @@ bool AuroraeFactory::reset(unsigned long changed)
|
|||
if (changed & SettingFont){
|
||||
emit titleFontChanged();
|
||||
}
|
||||
if (changed & SettingCompositing) {
|
||||
return false;
|
||||
}
|
||||
const KConfig conf("auroraerc");
|
||||
const KConfigGroup group(&conf, "Engine");
|
||||
const QString themeName = group.readEntry("ThemeName", "example-deco");
|
||||
|
|
Loading…
Reference in a new issue