fix - Reset configuration in the General tab resets general settings only
(cherry picked from commit 59c84bb57bbf6c4e663662ca6e2f18eabe019f4e)
This commit is contained in:
@@ -168,7 +168,7 @@ void GeneralConf::resetConfiguration()
|
||||
if (reply == QMessageBox::Yes) {
|
||||
m_savePath->setText(
|
||||
QStandardPaths::writableLocation(QStandardPaths::PicturesLocation));
|
||||
ConfigHandler().setDefaults();
|
||||
ConfigHandler().setDefaultSettings();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user