do not self-enable plot plugin
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user