From acf1730093c050a3316047eca66ca0cbb2f88a20 Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Sat, 11 Sep 2021 20:42:20 -0500 Subject: Add a toggle for the Alt key showing the menubar --- src/settings.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/settings.h') 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; -- cgit v1.3.1