AddTorrent file dialog now can browse network shares
This commit is contained in:
parent
3c3f93db3e
commit
838f9331be
|
@ -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…
Reference in New Issue