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(
|
||||
"cancel_notification", client.id);
|
||||
},
|
||||
label: Text(translate("Close")))
|
||||
label: Text(translate("Disconnect")))
|
||||
: Row(children: [
|
||||
TextButton(
|
||||
child: Text(translate("Dismiss")),
|
||||
|
Loading…
Reference in New Issue
Block a user