mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-14 13:34:21 +00:00
AddTorrent file dialog now can browse network shares
This commit is contained in:
parent
3b8bbb2e77
commit
0d27032c06
@ -547,6 +547,7 @@ class AddTorrentDialog(component.Component):
|
|||||||
chooser.set_transient_for(self.dialog)
|
chooser.set_transient_for(self.dialog)
|
||||||
chooser.set_select_multiple(True)
|
chooser.set_select_multiple(True)
|
||||||
chooser.set_property("skip-taskbar-hint", True)
|
chooser.set_property("skip-taskbar-hint", True)
|
||||||
|
chooser.set_local_only(False)
|
||||||
|
|
||||||
# Add .torrent and * file filters
|
# Add .torrent and * file filters
|
||||||
file_filter = gtk.FileFilter()
|
file_filter = gtk.FileFilter()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user