def on_daemon_reconfigured(self, *a):
# config is reloaded in main window 'reconfigured' handler.
# Using GLib.idle_add here ensures that main window hanlder will run
# *before* self.load_conditions
GLib.idle_add(self.load_settings)
评论列表
文章目录