mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 02:05:19 +00:00
this is unneeded, new_windos already is a hook
This commit is contained in:
parent
e80870a9b0
commit
a36b1d701c
1 changed files with 0 additions and 2 deletions
|
@ -185,8 +185,6 @@ class Plugin(BasePlugin):
|
||||||
@hook
|
@hook
|
||||||
def init_qt(self, gui):
|
def init_qt(self, gui):
|
||||||
self.gui = gui
|
self.gui = gui
|
||||||
for window in gui.windows:
|
|
||||||
self.new_window(window)
|
|
||||||
|
|
||||||
@hook
|
@hook
|
||||||
def new_window(self, window):
|
def new_window(self, window):
|
||||||
|
|
Loading…
Add table
Reference in a new issue