mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
force local only
This commit is contained in:
parent
9c2658d833
commit
fb0f1b9319
2 changed files with 610 additions and 614 deletions
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…
Add table
Reference in a new issue