mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 14:31:28 +03:00
more translate and fix small
This commit is contained in:
@@ -34,7 +34,7 @@ class ChatPage extends StatelessWidget implements PageShape {
|
||||
chatModel.send(chatMsg);
|
||||
},
|
||||
user: chatModel.me,
|
||||
messages: chatModel.messages[chatModel.currentID],
|
||||
messages: chatModel.messages[chatModel.currentID] ?? [],
|
||||
);
|
||||
}));
|
||||
}
|
||||
|
||||
@@ -281,7 +281,7 @@ class PaddingCard extends StatelessWidget {
|
||||
style: TextStyle(
|
||||
fontFamily: 'WorkSans',
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 22,
|
||||
fontSize: 20,
|
||||
color: MyTheme.accent80,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user