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
72f9e29931
commit
6a965cd31a
|
@ -266,7 +266,7 @@ class Main:
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
mainprogram = Main()
|
mainprogram = Main()
|
||||||
mainprogram.start()
|
mainprogram.start(shared.safeConfigGetBoolean('bitmessagesettings', 'daemon'))
|
||||||
|
|
||||||
|
|
||||||
# So far, the creation of and management of the Bitmessage protocol and this
|
# So far, the creation of and management of the Bitmessage protocol and this
|
||||||
|
|
Loading…
Reference in New Issue
Block a user