mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 08:23:01 +08:00
Mobile. Share Screen. Use "disconnect" instead of "close"
This commit is contained in:
parent
2d3694549d
commit
1f8c64030d
@ -418,7 +418,7 @@ class ConnectionManager extends StatelessWidget {
|
|||||||
gFFI.invokeMethod(
|
gFFI.invokeMethod(
|
||||||
"cancel_notification", client.id);
|
"cancel_notification", client.id);
|
||||||
},
|
},
|
||||||
label: Text(translate("Close")))
|
label: Text(translate("Disconnect")))
|
||||||
: Row(children: [
|
: Row(children: [
|
||||||
TextButton(
|
TextButton(
|
||||||
child: Text(translate("Dismiss")),
|
child: Text(translate("Dismiss")),
|
||||||
|
Loading…
Reference in New Issue
Block a user