mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 09:47:08 +03:00
- Disabled context menu in toolbar
This commit is contained in:
parent
62b61750d1
commit
0eaa592086
2 changed files with 5 additions and 1 deletions
1
TODO
1
TODO
|
@ -43,3 +43,4 @@
|
|||
- Update to libtorrent SVN (0.13)
|
||||
- Use its UPnP/NAT-PMP built-in support instead of ours
|
||||
- Use its piece prioritization support
|
||||
Improve ratio display / calculation / saving / per torrent...
|
|
@ -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…
Reference in a new issue