mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
- Disabled context menu in toolbar
This commit is contained in:
parent
62b61750d1
commit
0eaa592086
2 changed files with 5 additions and 1 deletions
|
@ -409,6 +409,9 @@
|
|||
<property name="enabled" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="contextMenuPolicy" >
|
||||
<enum>Qt::NoContextMenu</enum>
|
||||
</property>
|
||||
<property name="movable" >
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue