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.ui | |
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.ui')
-rw-r--r-- | launcher/ui/MainWindow.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/ui/MainWindow.ui b/launcher/ui/MainWindow.ui index 6078ecbf..218f0a2a 100644 --- a/launcher/ui/MainWindow.ui +++ b/launcher/ui/MainWindow.ui @@ -106,6 +106,9 @@ <property name="floatable"> <bool>false</bool> </property> + <property name="useDefaultAction" stdset="0"> + <bool>true</bool> + </property> <attribute name="toolBarArea"> <enum>RightToolBarArea</enum> </attribute> |