mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +00:00
Do not apply the set-function for 'show_rate_in_title' on startup
This commit is contained in:
parent
34cd3c1e35
commit
b142a1eaf9
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class MainWindow(component.Component):
|
||||||
self.vpaned.connect("notify::position", self.on_vpaned_position_event)
|
self.vpaned.connect("notify::position", self.on_vpaned_position_event)
|
||||||
self.window.connect("expose-event", self.on_expose_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 \
|
if not(self.config["start_in_tray"] and \
|
||||||
self.config["enable_system_tray"]) and not \
|
self.config["enable_system_tray"]) and not \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue