Mobile. Share Screen. Add check icon to "accept" button
This commit is contained in:
parent
583b5bf4ea
commit
772ce658cf
@ -399,8 +399,9 @@ class ConnectionManager extends StatelessWidget {
|
|||||||
serverModel.sendLoginResponse(client, false);
|
serverModel.sendLoginResponse(client, false);
|
||||||
}),
|
}),
|
||||||
const SizedBox(width: 20),
|
const SizedBox(width: 20),
|
||||||
ElevatedButton(
|
ElevatedButton.icon(
|
||||||
child: Text(translate("Accept")),
|
icon: const Icon(Icons.check),
|
||||||
|
label: Text(translate("Accept")),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
serverModel.sendLoginResponse(client, true);
|
serverModel.sendLoginResponse(client, true);
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user