mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 22:40:53 -04:00
Expanded emoji rendering to alternate input scripts
This commit is contained in:
parent
b3b9b55863
commit
3bf142d21a
2 changed files with 16 additions and 11 deletions
|
@ -220,10 +220,7 @@ class Conversations():
|
|||
no_button = MDRectangleFlatButton(text="Cancel",font_size=dp(18))
|
||||
dialog_content = ConvSettings(disp_name=disp_name, context_dest=RNS.hexrep(dest, delimit=False), trusted=is_trusted,
|
||||
telemetry=send_telemetry, allow_requests=allow_requests, is_object=is_object)
|
||||
if self.app.sideband.config["input_language"] != None:
|
||||
dialog_content.ids.name_field.font_name = self.app.sideband.config["input_language"]
|
||||
else:
|
||||
dialog_content.ids.name_field.font_name = ""
|
||||
dialog_content.ids.name_field.font_name = self.app.input_font
|
||||
|
||||
dialog = MDDialog(
|
||||
title="Edit Conversation",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue