Mobile. Share Screen. Add check icon to "accept" button
This commit is contained in:
parent
583b5bf4ea
commit
772ce658cf
1 changed files with 3 additions and 2 deletions
|
|
@ -399,8 +399,9 @@ class ConnectionManager extends StatelessWidget {
|
|||
serverModel.sendLoginResponse(client, false);
|
||||
}),
|
||||
const SizedBox(width: 20),
|
||||
ElevatedButton(
|
||||
child: Text(translate("Accept")),
|
||||
ElevatedButton.icon(
|
||||
icon: const Icon(Icons.check),
|
||||
label: Text(translate("Accept")),
|
||||
onPressed: () {
|
||||
serverModel.sendLoginResponse(client, true);
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue