fix - Reset configuration in the General tab resets general settings only

(cherry picked from commit 59c84bb57bbf6c4e663662ca6e2f18eabe019f4e)
This commit is contained in:
Yuriy Puchkov
2021-02-18 13:20:33 +02:00
parent 757ca29a85
commit d3e6191bb5
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ void GeneralConf::resetConfiguration()
if (reply == QMessageBox::Yes) {
m_savePath->setText(
QStandardPaths::writableLocation(QStandardPaths::PicturesLocation));
ConfigHandler().setDefaults();
ConfigHandler().setDefaultSettings();
}
}

View File

@@ -96,7 +96,7 @@ public:
bool useJpgForClipboard() const;
void setUseJpgForClipboard(const bool);
void setDefaults();
void setDefaultSettings();
void setAllTheButtons();
void setIgnoreUpdateToVersion(const QString& text);