mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
update UI ; fix android InputService @Keep
This commit is contained in:
@@ -296,9 +296,8 @@ class ServerModel with ChangeNotifier {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(translate("Do you accept?")),
|
||||
SizedBox(height: 20),
|
||||
clientInfo(client),
|
||||
Text(translate("android_new_connection_tip")),
|
||||
Text(translate("android_new_connection_tip"),style: TextStyle(color: Colors.black54),),
|
||||
],
|
||||
),
|
||||
actions: [
|
||||
|
||||
Reference in New Issue
Block a user