diff options
author | leo78913 <leo3758@riseup.net> | 2023-01-08 22:47:38 -0300 |
---|---|---|
committer | leo78913 <leo3758@riseup.net> | 2023-01-20 19:45:43 -0300 |
commit | b2de01b0760d6cb814fe570bc150ee6d891f2e9d (patch) | |
tree | f6a8d76b0913075d57ff4554858e8a13460e1037 /launcher/ui/MainWindow.cpp | |
parent | f3acf35aeac63e63c845368115686393b4bb09ad (diff) | |
download | PrismLauncher-b2de01b0760d6cb814fe570bc150ee6d891f2e9d.tar.gz PrismLauncher-b2de01b0760d6cb814fe570bc150ee6d891f2e9d.tar.bz2 PrismLauncher-b2de01b0760d6cb814fe570bc150ee6d891f2e9d.zip |
feat(WideBar): Allow disabling alt shortcuts
Signed-off-by: leo78913 <leo3758@riseup.net>
Diffstat (limited to 'launcher/ui/MainWindow.cpp')
-rw-r--r-- | launcher/ui/MainWindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/MainWindow.cpp b/launcher/ui/MainWindow.cpp index 30bbf685..69ef3016 100644 --- a/launcher/ui/MainWindow.cpp +++ b/launcher/ui/MainWindow.cpp @@ -174,6 +174,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi instanceToolbarSetting = APPLICATION->settings()->getSetting(setting_name); ui->instanceToolBar->setVisibilityState(instanceToolbarSetting->get().toByteArray()); + } // set the menu for the folders and help tool buttons |