mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 11:01:29 +03:00
add cancel button for showLoading
This commit is contained in:
@@ -306,12 +306,16 @@ class _RemotePageState extends State<RemotePage> {
|
||||
onPressed: changeTouchMode,
|
||||
)
|
||||
]) +
|
||||
<Widget>[
|
||||
IconButton(
|
||||
color: Colors.white,
|
||||
icon: Icon(Icons.message),
|
||||
onPressed: toggleChatOverlay,
|
||||
),
|
||||
(isWeb
|
||||
? []
|
||||
: <Widget>[
|
||||
IconButton(
|
||||
color: Colors.white,
|
||||
icon: Icon(Icons.message),
|
||||
onPressed: toggleChatOverlay,
|
||||
)
|
||||
]) +
|
||||
[
|
||||
IconButton(
|
||||
color: Colors.white,
|
||||
icon: Icon(Icons.more_vert),
|
||||
|
||||
Reference in New Issue
Block a user