Browse Source

- Disabled context menu in toolbar

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
0eaa592086
  1. 1
      TODO
  2. 3
      src/MainWindow.ui

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...

3
src/MainWindow.ui

@ -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…
Cancel
Save