diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py index 9e6c9026..f5fefafc 100644 --- a/plugins/exchange_rate.py +++ b/plugins/exchange_rate.py @@ -185,8 +185,6 @@ class Plugin(BasePlugin): @hook def init_qt(self, gui): self.gui = gui - for window in gui.windows: - self.new_window(window) @hook def new_window(self, window):