Show console after got hidden in non-debug mode
This commit is contained in:
parent
c2ab102c0e
commit
b54916b1dc
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ class ActionsPlugin(object):
|
||||||
|
|
||||||
@atexit.register
|
@atexit.register
|
||||||
def hideIcon():
|
def hideIcon():
|
||||||
|
notificationicon.showConsole()
|
||||||
icon.die()
|
icon.die()
|
||||||
|
|
||||||
ui_ip = config.ui_ip if config.ui_ip != "*" else "127.0.0.1"
|
ui_ip = config.ui_ip if config.ui_ip != "*" else "127.0.0.1"
|
||||||
|
|
Loading…
Reference in a new issue