mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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.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…
Add table
Reference in a new issue