fix - Cannot set 'Save Path'

(cherry picked from commit de0155abda8cea9b048e6f5aa7587d4f57d96a63)
This commit is contained in:
Yuriy Puchkov
2021-01-28 10:45:32 +02:00
parent 8f5f656347
commit 6707f15c31

View File

@@ -341,7 +341,7 @@ void GeneneralConf::changeSavePath()
path =
QStandardPaths::writableLocation(QStandardPaths::PicturesLocation);
}
chooseFolder(path);
path = chooseFolder(path);
if (!path.isEmpty()) {
m_savePath->setText(path);
ConfigHandler().setSavePath(path);