mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
Allow accessing network shares when adding torrents
This commit is contained in:
parent
70580e35db
commit
54617db03f
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ class AddTorrentDialog(component.Component):
|
||||||
"deluge.ui.gtkui", "glade/add_torrent_dialog.glade"))
|
"deluge.ui.gtkui", "glade/add_torrent_dialog.glade"))
|
||||||
|
|
||||||
self.dialog = self.glade.get_widget("dialog_add_torrent")
|
self.dialog = self.glade.get_widget("dialog_add_torrent")
|
||||||
|
self.dialog.set_local_only(False)
|
||||||
|
|
||||||
self.dialog.connect("delete-event", self._on_delete_event)
|
self.dialog.connect("delete-event", self._on_delete_event)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue