mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
Do not apply the set-function for 'show_rate_in_title' on startup
This commit is contained in:
parent
34cd3c1e35
commit
b142a1eaf9
@ -72,7 +72,7 @@ class MainWindow(component.Component):
|
||||
self.vpaned.connect("notify::position", self.on_vpaned_position_event)
|
||||
self.window.connect("expose-event", self.on_expose_event)
|
||||
|
||||
self.config.register_set_function("show_rate_in_title", self._on_set_show_rate_in_title)
|
||||
self.config.register_set_function("show_rate_in_title", self._on_set_show_rate_in_title, apply_now=False)
|
||||
|
||||
if not(self.config["start_in_tray"] and \
|
||||
self.config["enable_system_tray"]) and not \
|
||||
|
Loading…
x
Reference in New Issue
Block a user