mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
force local only
This commit is contained in:
parent
9c2658d833
commit
fb0f1b9319
File diff suppressed because it is too large
Load Diff
@ -337,7 +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)
|
||||
chooser.set_local_only(True)
|
||||
if not common.windows_check():
|
||||
chooser.set_icon(common.get_logo(18))
|
||||
chooser.set_property("skip-taskbar-hint", True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user