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);
|
||||
}),
|
||||
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…
x
Reference in New Issue
Block a user