diff options
| author | Qudix <17361645+Qudix@users.noreply.github.com> | 2021-09-11 20:42:20 -0500 |
|---|---|---|
| committer | Qudix <17361645+Qudix@users.noreply.github.com> | 2021-09-11 20:42:20 -0500 |
| commit | acf1730093c050a3316047eca66ca0cbb2f88a20 (patch) | |
| tree | 89ac461ba149cbe15a066246d50648c3bce50669 /src/settings.h | |
| parent | b5800435aa0c2396194f9e287d27a20c0e89203d (diff) | |
Add a toggle for the Alt key showing the menubar
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 6ddee308..d886e806 100644 --- a/src/settings.h +++ b/src/settings.h @@ -688,6 +688,11 @@ public: bool showChangeGameConfirmation() const; void setShowChangeGameConfirmation(bool b); + // whether to show the menubar when pressing the Alt key + // + bool showMenubarOnAlt() const; + void setShowMenubarOnAlt(bool b); + // whether double-clicks on files should try to open previews first // bool doubleClicksOpenPreviews() const; |
