mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00:00
- Disabled context menu in toolbar
This commit is contained in:
parent
62b61750d1
commit
0eaa592086
3
TODO
3
TODO
@ -42,4 +42,5 @@
|
|||||||
- Display more info in log (UPnP)
|
- Display more info in log (UPnP)
|
||||||
- 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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user