Only show console after app close in debug mode

This commit is contained in:
shortcutme 2019-05-30 04:24:42 +02:00
parent d548c6bdfa
commit 422064e092
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -39,6 +39,7 @@ class ActionsPlugin(object):
@atexit.register
def hideIcon():
if not config.debug:
notificationicon.showConsole()
icon.die()