mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +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:
|
||||
return False
|
||||
|
||||
|
||||
|
||||
def is_enabled(self):
|
||||
if not self.is_available():
|
||||
return False
|
||||
else:
|
||||
return True
|
||||
|
||||
|
||||
@hook
|
||||
def init_qt(self, gui):
|
||||
self.win = gui.main_window
|
||||
|
|
Loading…
Add table
Reference in a new issue