Show console after got hidden in non-debug mode

This commit is contained in:
shortcutme 2019-04-29 16:43:34 +02:00
parent c2ab102c0e
commit b54916b1dc
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class ActionsPlugin(object):
@atexit.register
def hideIcon():
notificationicon.showConsole()
icon.die()
ui_ip = config.ui_ip if config.ui_ip != "*" else "127.0.0.1"