mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix settings path not beign updated in the ui
This commit is contained in:
parent
10262a41be
commit
43328e810d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user