mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
do not self-enable plot plugin
This commit is contained in:
parent
699b22565c
commit
2e86ba7d81
1 changed files with 0 additions and 9 deletions
|
@ -35,15 +35,6 @@ class Plugin(BasePlugin):
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def is_enabled(self):
|
|
||||||
if not self.is_available():
|
|
||||||
return False
|
|
||||||
else:
|
|
||||||
return True
|
|
||||||
|
|
||||||
|
|
||||||
@hook
|
@hook
|
||||||
def init_qt(self, gui):
|
def init_qt(self, gui):
|
||||||
self.win = gui.main_window
|
self.win = gui.main_window
|
||||||
|
|
Loading…
Add table
Reference in a new issue