summaryrefslogtreecommitdiff
path: root/plugins/python/welcome/panel.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/python/welcome/panel.py')
-rw-r--r--plugins/python/welcome/panel.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/python/welcome/panel.py b/plugins/python/welcome/panel.py
index 7b46c57..a577c8c 100644
--- a/plugins/python/welcome/panel.py
+++ b/plugins/python/welcome/panel.py
@@ -19,7 +19,8 @@ class WelcomePanel(PanelItem):
content = self._build_panel_content()
- super(WelcomePanel, self).__init__(PanelItem.PIP_SINGLETON, 'Welcome', 'First commands', content, 'N')
+ super(WelcomePanel, self).__init__(PanelItem.PIP_SINGLETON, 'Welcome', 'First commands', \
+ content, False, 'N')
def _build_panel_content(self):