Don't test for Qt in daemon mode
Initialisation of the daemon variable was missing at launch. Fixes #161
This commit is contained in:
parent
07bc673329
commit
313ede4487
|
@ -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…
Reference in New Issue
Block a user