mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 13:30:36 +01:00
Keyboard settings
This commit is contained in:
parent
f482d72447
commit
3212f41625
@ -2001,6 +2001,7 @@ class SidebandCore():
|
|||||||
self.setstate("app.flags.unread_conversations", True)
|
self.setstate("app.flags.unread_conversations", True)
|
||||||
else:
|
else:
|
||||||
if self.gui_foreground():
|
if self.gui_foreground():
|
||||||
|
RNS.log("Squelching notification since GUI is in foreground", RNS.LOG_DEBUG)
|
||||||
should_notify = False
|
should_notify = False
|
||||||
else:
|
else:
|
||||||
self.unread_conversation(context_dest)
|
self.unread_conversation(context_dest)
|
||||||
|
@ -150,6 +150,8 @@ MDNavigationLayout:
|
|||||||
|
|
||||||
MDTextField:
|
MDTextField:
|
||||||
id: message_text
|
id: message_text
|
||||||
|
input_type: "text"
|
||||||
|
keyboard_suggestions: True
|
||||||
multiline: True
|
multiline: True
|
||||||
hint_text: "Write message"
|
hint_text: "Write message"
|
||||||
mode: "rectangle"
|
mode: "rectangle"
|
||||||
|
Loading…
Reference in New Issue
Block a user