mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
Update chat_page.dart
Ellipsis removed because no windows or dialogs open.
This commit is contained in:
@@ -73,7 +73,7 @@ class ChatPage extends StatelessWidget implements PageShape {
|
|||||||
? InputDecoration(
|
? InputDecoration(
|
||||||
isDense: true,
|
isDense: true,
|
||||||
hintText:
|
hintText:
|
||||||
"${translate('Write a message')}...",
|
"${translate('Write a message')}",
|
||||||
filled: true,
|
filled: true,
|
||||||
fillColor:
|
fillColor:
|
||||||
Theme.of(context).colorScheme.background,
|
Theme.of(context).colorScheme.background,
|
||||||
@@ -88,7 +88,7 @@ class ChatPage extends StatelessWidget implements PageShape {
|
|||||||
)
|
)
|
||||||
: defaultInputDecoration(
|
: defaultInputDecoration(
|
||||||
hintText:
|
hintText:
|
||||||
"${translate('Write a message')}...",
|
"${translate('Write a message')}",
|
||||||
fillColor:
|
fillColor:
|
||||||
Theme.of(context).colorScheme.background),
|
Theme.of(context).colorScheme.background),
|
||||||
sendButtonBuilder: defaultSendButton(
|
sendButtonBuilder: defaultSendButton(
|
||||||
|
|||||||
Reference in New Issue
Block a user