This repository has been archived on 2024-12-18. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-18/src/main.kv

17 lines
337 B
Plaintext
Raw Normal View History

<Login_Screen>:
BoxLayout:
AnchorLayout:
TextInput:
id: user_input
BoxLayout:
Button:
id: sendmessage
text: 'SendMessage'
on_press: root.send()
Button:
id: btnExit
text: "Exit"
on_press: root.say_exit()