summaryrefslogtreecommitdiff
path: root/plugins/python/welcome/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/python/welcome/plugin.py')
-rw-r--r--plugins/python/welcome/plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/python/welcome/plugin.py b/plugins/python/welcome/plugin.py
index 8a9f9a2..a26c93b 100644
--- a/plugins/python/welcome/plugin.py
+++ b/plugins/python/welcome/plugin.py
@@ -30,7 +30,7 @@ class WelcomePlugin(PluginModule):
self._panel = WelcomePanel()
- self._panel.dock()
- self._panel.register()
+ #self._panel.dock()
+ #self._panel.register()
return True