mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
AddTorrent file dialog now can browse network shares
This commit is contained in:
parent
3c3f93db3e
commit
838f9331be
1 changed files with 1 additions and 0 deletions
|
@ -583,6 +583,7 @@ class AddTorrentDialog(component.Component):
|
|||
chooser.set_transient_for(self.dialog)
|
||||
chooser.set_select_multiple(True)
|
||||
chooser.set_property("skip-taskbar-hint", True)
|
||||
chooser.set_local_only(False)
|
||||
|
||||
# Add .torrent and * file filters
|
||||
file_filter = gtk.FileFilter()
|
||||
|
|
Loading…
Add table
Reference in a new issue