Browse Source

- Disabled context menu in toolbar

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

3
TODO

@ -42,4 +42,5 @@ @@ -42,4 +42,5 @@
- Display more info in log (UPnP)
- Update to libtorrent SVN (0.13)
- 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 @@ @@ -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…
Cancel
Save