mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
- Disabled context menu in toolbar
This commit is contained in:
1
TODO
1
TODO
@@ -43,3 +43,4 @@
|
|||||||
- Update to libtorrent SVN (0.13)
|
- Update to libtorrent SVN (0.13)
|
||||||
- Use its UPnP/NAT-PMP built-in support instead of ours
|
- Use its UPnP/NAT-PMP built-in support instead of ours
|
||||||
- Use its piece prioritization support
|
- Use its piece prioritization support
|
||||||
|
Improve ratio display / calculation / saving / per torrent...
|
||||||
@@ -409,6 +409,9 @@
|
|||||||
<property name="enabled" >
|
<property name="enabled" >
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="contextMenuPolicy" >
|
||||||
|
<enum>Qt::NoContextMenu</enum>
|
||||||
|
</property>
|
||||||
<property name="movable" >
|
<property name="movable" >
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user