diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2021-10-13 13:12:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-13 13:12:21 +0200 |
| commit | 081fa3ec93668ef3944c70c5de422d51c667acf4 (patch) | |
| tree | 57deb6f7d3545868d0631cadefd90fd4a042d7ed /src/settings.h | |
| parent | b5800435aa0c2396194f9e287d27a20c0e89203d (diff) | |
| parent | b261f3a1e57babc0e05dc7eae037c9dc3adf6ca7 (diff) | |
Merge pull request #1588 from Qudix/menubar_alt
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; |
