mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 11:36:18 -04: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>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenuBar" name="menubar">
|
<widget class="QMenuBar" name="menubar">
|
||||||
|
<property name="contextMenuPolicy">
|
||||||
|
<enum>Qt::PreventContextMenu</enum>
|
||||||
|
</property>
|
||||||
<widget class="QMenu" name="menuFile">
|
<widget class="QMenu" name="menuFile">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>&Database</string>
|
<string>&Database</string>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue