mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-25 12:46:59 +00:00
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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@ public:
|
||||
bool useJpgForClipboard() const;
|
||||
void setUseJpgForClipboard(const bool);
|
||||
|
||||
void setDefaults();
|
||||
void setDefaultSettings();
|
||||
void setAllTheButtons();
|
||||
|
||||
void setIgnoreUpdateToVersion(const QString& text);
|
||||
|
||||
Reference in New Issue
Block a user