allow network mounts in right-click->move torrent
This commit is contained in:
parent
eec5005214
commit
b9d1367564
|
@ -337,6 +337,7 @@ class MenuBar(component.Component):
|
|||
) , component.get("MainWindow").window, \
|
||||
gtk.FILE_CHOOSER_ACTION_SELECT_FOLDER, buttons=(gtk.STOCK_CANCEL, \
|
||||
gtk.RESPONSE_CANCEL, gtk.STOCK_OK, gtk.RESPONSE_OK))
|
||||
chooser.set_local_only(False)
|
||||
if not common.windows_check():
|
||||
chooser.set_icon(common.get_logo(18))
|
||||
chooser.set_property("skip-taskbar-hint", True)
|
||||
|
|
Loading…
Reference in New Issue