Don't test for Qt in daemon mode

Initialisation of the daemon variable was missing at launch.

Fixes #161
master
mailchuck 7 years ago committed by Peter Surda
parent 72f9e29931
commit 6a965cd31a

@ -266,7 +266,7 @@ class Main:
if __name__ == "__main__":
mainprogram = Main()
mainprogram.start()
mainprogram.start(shared.safeConfigGetBoolean('bitmessagesettings', 'daemon'))
# So far, the creation of and management of the Bitmessage protocol and this

Loading…
Cancel
Save