mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
add reset paths button to settings (#4384)
This commit is contained in:
parent
1e995cd97c
commit
c8bb8b0aae
4 changed files with 88 additions and 37 deletions
|
|
@ -129,6 +129,7 @@ private:
|
|||
void translateLegacySettings();
|
||||
QString getSafeConfigPath(QString configEntry, QString defaultPath) const;
|
||||
QString getSafeConfigFilePath(QString configEntry, QString defaultPath) const;
|
||||
void loadPaths();
|
||||
bool rememberGameSettings;
|
||||
QList<ReleaseChannel *> releaseChannels;
|
||||
bool isPortableBuild;
|
||||
|
|
@ -473,6 +474,8 @@ public:
|
|||
}
|
||||
|
||||
static SettingsCache &instance();
|
||||
void resetPaths();
|
||||
|
||||
public slots:
|
||||
void setDownloadSpoilerStatus(bool _spoilerStatus);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue