Reload Aurorae theme when settings changed.
This commit is contained in:
parent
f96f5c979e
commit
a8f47b6a4a
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ void AuroraeClient::reset(long unsigned int changed)
|
|||
if (changed & SettingFont) {
|
||||
// TODO: set font
|
||||
}
|
||||
m_view->setSource(QUrl(KStandardDirs::locate("data", "kwin/aurorae/aurorae.qml")));
|
||||
KDecoration::reset(changed);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue