aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/MainWindow.h
diff options
context:
space:
mode:
authorKenneth Chew <kenneth.c0@protonmail.com>2022-04-15 18:25:37 -0400
committerKenneth Chew <kenneth.c0@protonmail.com>2022-04-15 18:26:41 -0400
commit1303771b58a213a25faaa1a870c774fbb72e7513 (patch)
tree597bb563aeb820aba8d70fa5e041eae8f1d3ef81 /launcher/ui/MainWindow.h
parentf6605bc3f82df4a3f190bb9e1d935de295329b54 (diff)
downloadPrismLauncher-1303771b58a213a25faaa1a870c774fbb72e7513.tar.gz
PrismLauncher-1303771b58a213a25faaa1a870c774fbb72e7513.tar.bz2
PrismLauncher-1303771b58a213a25faaa1a870c774fbb72e7513.zip
Add option to always show menu bar instead of toolbar
For those who like keyboard navigation at the expense of aesthetics.
Diffstat (limited to 'launcher/ui/MainWindow.h')
-rw-r--r--launcher/ui/MainWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/ui/MainWindow.h b/launcher/ui/MainWindow.h
index c38ee073..5424a4a9 100644
--- a/launcher/ui/MainWindow.h
+++ b/launcher/ui/MainWindow.h
@@ -151,6 +151,8 @@ private slots:
void showInstanceContextMenu(const QPoint &);
+ void updateMainToolBar();
+
void updateToolsMenu();
void instanceActivated(QModelIndex);