mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-27 18:10:31 -05:00
Remove empty context menu from the main menu
This commit is contained in:
parent
ea55a2ad29
commit
ddc4b9b7d5
1 changed files with 3 additions and 0 deletions
|
|
@ -175,6 +175,9 @@
|
|||
</layout>
|
||||
</widget>
|
||||
<widget class="QMenuBar" name="menubar">
|
||||
<property name="contextMenuPolicy">
|
||||
<enum>Qt::PreventContextMenu</enum>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
<property name="title">
|
||||
<string>&Database</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue