mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-02 11:36:14 -04:00
Added paper message support
This commit is contained in:
parent
933792b5d6
commit
0226cbd5c6
5 changed files with 409 additions and 35 deletions
|
@ -88,6 +88,7 @@ MDNavigationLayout:
|
|||
]
|
||||
right_action_items:
|
||||
[
|
||||
['qrcode', lambda x: root.ids.screen_manager.app.ingest_lxm_action(self)],
|
||||
['webhook', lambda x: root.ids.screen_manager.app.connectivity_status(self)],
|
||||
['access-point', lambda x: root.ids.screen_manager.app.announce_now_action(self)],
|
||||
['email-sync', lambda x: root.ids.screen_manager.app.lxmf_sync_action(self)],
|
||||
|
@ -96,7 +97,7 @@ MDNavigationLayout:
|
|||
|
||||
ScrollView:
|
||||
id: conversations_scrollview
|
||||
|
||||
|
||||
|
||||
MDScreen:
|
||||
name: "messages_screen"
|
||||
|
@ -1007,6 +1008,14 @@ MDNavigationLayout:
|
|||
max_text_length: 32
|
||||
font_size: dp(24)
|
||||
|
||||
MDTextField:
|
||||
id: settings_print_command
|
||||
hint_text: "Print Command"
|
||||
disabled: False
|
||||
text: ""
|
||||
max_text_length: 32
|
||||
font_size: dp(24)
|
||||
|
||||
MDLabel:
|
||||
text: ""
|
||||
font_style: "H6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue