Only show console after app close in debug mode
This commit is contained in:
parent
d548c6bdfa
commit
422064e092
1 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@ class ActionsPlugin(object):
|
||||||
|
|
||||||
@atexit.register
|
@atexit.register
|
||||||
def hideIcon():
|
def hideIcon():
|
||||||
|
if not config.debug:
|
||||||
notificationicon.showConsole()
|
notificationicon.showConsole()
|
||||||
icon.die()
|
icon.die()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue