mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-20 07:08:30 +00:00
tweak new release pref
This commit is contained in:
parent
77f542b925
commit
fcfdcd6b06
File diff suppressed because it is too large
Load Diff
@ -1039,8 +1039,7 @@ window, please enter your password"))
|
|||||||
# Load plugins after we showed main window (if not started in tray)
|
# Load plugins after we showed main window (if not started in tray)
|
||||||
self.load_plugins()
|
self.load_plugins()
|
||||||
self.load_tabs_order()
|
self.load_tabs_order()
|
||||||
if self.config.get("new_releases"):
|
self.new_release_check()
|
||||||
self.new_release_check()
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
gobject.threads_init()
|
gobject.threads_init()
|
||||||
|
@ -129,7 +129,6 @@ if common.windows_check():
|
|||||||
"use_upnp" : False,
|
"use_upnp" : False,
|
||||||
"use_lsd" : False,
|
"use_lsd" : False,
|
||||||
"use_utpex" : True,
|
"use_utpex" : True,
|
||||||
"new_releases" : True,
|
|
||||||
"window_height" : 480,
|
"window_height" : 480,
|
||||||
"window_maximized" : False,
|
"window_maximized" : False,
|
||||||
"window_pane_position" : -1,
|
"window_pane_position" : -1,
|
||||||
@ -243,7 +242,6 @@ else:
|
|||||||
"use_upnp" : False,
|
"use_upnp" : False,
|
||||||
"use_lsd" : False,
|
"use_lsd" : False,
|
||||||
"use_utpex" : True,
|
"use_utpex" : True,
|
||||||
"new_releases" : True,
|
|
||||||
"window_height" : 480,
|
"window_height" : 480,
|
||||||
"window_maximized" : False,
|
"window_maximized" : False,
|
||||||
"window_pane_position" : -1,
|
"window_pane_position" : -1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user