if pref(SHOWN_HELP_PREF, default = False, type = bool):
_didshow = True
return None
_didshow = True
setpref(SHOWN_HELP_PREF, True)
popup(header = _('TIP: Popup Notifications'), major = None, minor = _('You can right click popups to close them right away instead of waiting for them to fade out.'), sticky = True, icon = skin.get('appdefaults.notificationicons.error'), always_show = True)