diff options
Diffstat (limited to 'plugins/python')
-rw-r--r-- | plugins/python/welcome/panel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/welcome/panel.py b/plugins/python/welcome/panel.py index 811f008..7b46c57 100644 --- a/plugins/python/welcome/panel.py +++ b/plugins/python/welcome/panel.py @@ -19,7 +19,7 @@ class WelcomePanel(PanelItem): content = self._build_panel_content() - super(WelcomePanel, self).__init__('Welcome', 'First commands', content, 'M') + super(WelcomePanel, self).__init__(PanelItem.PIP_SINGLETON, 'Welcome', 'First commands', content, 'N') def _build_panel_content(self): |