Added kivy for making it run on Desktop and Mobile Clients
parent
6b2f82a7cd
commit
4770790597
@ -1,5 +1,8 @@
|
||||
"""This module is for thread start."""
|
||||
from bitmessagemain import main
|
||||
import state
|
||||
|
||||
if __name__ == '__main__':
|
||||
state.kivy = True
|
||||
print("Kivy Loading......")
|
||||
main()
|
||||
|
Loading…
Reference in New Issue