1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix settings path not beign updated in the ui

This commit is contained in:
kelteseth 2018-11-05 11:37:45 +01:00
parent 10262a41be
commit 43328e810d

View File

@ -232,6 +232,7 @@ public slots:
writeSingleSettingConfig("absoluteStoragePath", cleanedPath);
m_ilm->setabsoluteStoragePath(cleanedPath.toString());
m_localStoragePath = cleanedPath.toString();
emit localStoragePathChanged(cleanedPath.toString());
m_ilm->reset();
m_ilm->loadScreens();