1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-04 21:27:58 +02: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(); m_resolversModel->saveScriptResolvers();
s->applyChanges(); s->applyChanges();
s->sync();
} }
else else
qDebug() << "Settings dialog cancelled, NOT saving prefs."; qDebug() << "Settings dialog cancelled, NOT saving prefs.";