diff options
author | leo78913 <leo3758@riseup.net> | 2022-10-25 19:22:11 -0300 |
---|---|---|
committer | leo78913 <leo3758@riseup.net> | 2022-11-02 20:33:02 -0300 |
commit | 3d11d044d2849c098187de4e973a8787538f4496 (patch) | |
tree | b1b66109beb854502eb0e6c6c7dc56a5b66ed6f2 /launcher/ui/MainWindow.h | |
parent | 094b57bb2303af12a50f9c269d2d9de26798c1b7 (diff) | |
download | PrismLauncher-3d11d044d2849c098187de4e973a8787538f4496.tar.gz PrismLauncher-3d11d044d2849c098187de4e973a8787538f4496.tar.bz2 PrismLauncher-3d11d044d2849c098187de4e973a8787538f4496.zip |
add an option to lock the toolbars
Signed-off-by: leo78913 <leo3758@riseup.net>
Diffstat (limited to 'launcher/ui/MainWindow.h')
-rw-r--r-- | launcher/ui/MainWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/ui/MainWindow.h b/launcher/ui/MainWindow.h index cb8cb4aa..f9d1f1c7 100644 --- a/launcher/ui/MainWindow.h +++ b/launcher/ui/MainWindow.h @@ -203,6 +203,8 @@ private slots: void globalSettingsClosed(); + void lockToolbars(bool); + #ifndef Q_OS_MAC void keyReleaseEvent(QKeyEvent *event) override; #endif |