diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-04 13:30:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-04 13:30:46 -0500 |
| commit | 9b8488fad325773f7952466a5150f37179d321b6 (patch) | |
| tree | 599a8b444ce315625872f34874de690adcc430b3 /src/settings.h | |
| parent | b209a8e47f866a129c53cef43539e96ab8722405 (diff) | |
| parent | 91b95d00a6fda3788e774488ebeb72b28c89e656 (diff) | |
Merge pull request #920 from isanae/double-click-previews
Double click previews
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h index 870e0fc4..0e5238b1 100644 --- a/src/settings.h +++ b/src/settings.h @@ -608,7 +608,12 @@ public: // whether to show the confirmation when switching instances // bool showChangeGameConfirmation() const; - void setShowChangeGameConfirmation(bool b) const; + void setShowChangeGameConfirmation(bool b); + + // whether double-clicks on files should try to open previews first + // + bool doubleClicksOpenPreviews() const; + void setDoubleClicksOpenPreviews(bool b); private: QSettings& m_Settings; |
