mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Don't lose settings when you crash...sync immediately
This commit is contained in:
parent
3523609cad
commit
e7826d725e
@ -233,6 +233,7 @@ SettingsDialog::~SettingsDialog()
|
||||
m_resolversModel->saveScriptResolvers();
|
||||
|
||||
s->applyChanges();
|
||||
s->sync();
|
||||
}
|
||||
else
|
||||
qDebug() << "Settings dialog cancelled, NOT saving prefs.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user