mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-03 03:56:20 -04:00
Keyboard settings
This commit is contained in:
parent
f482d72447
commit
3212f41625
2 changed files with 3 additions and 0 deletions
|
@ -2001,6 +2001,7 @@ class SidebandCore():
|
|||
self.setstate("app.flags.unread_conversations", True)
|
||||
else:
|
||||
if self.gui_foreground():
|
||||
RNS.log("Squelching notification since GUI is in foreground", RNS.LOG_DEBUG)
|
||||
should_notify = False
|
||||
else:
|
||||
self.unread_conversation(context_dest)
|
||||
|
|
|
@ -150,6 +150,8 @@ MDNavigationLayout:
|
|||
|
||||
MDTextField:
|
||||
id: message_text
|
||||
input_type: "text"
|
||||
keyboard_suggestions: True
|
||||
multiline: True
|
||||
hint_text: "Write message"
|
||||
mode: "rectangle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue