1
0
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:
Jeff Mitchell 2011-11-03 17:22:10 -04:00
parent 3523609cad
commit e7826d725e

View File

@ -233,6 +233,7 @@ SettingsDialog::~SettingsDialog()
m_resolversModel->saveScriptResolvers();
s->applyChanges();
s->sync();
}
else
qDebug() << "Settings dialog cancelled, NOT saving prefs.";