mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 02:41:29 +03:00
more on clipboard
This commit is contained in:
@@ -173,6 +173,7 @@ class _RemotePageState extends State<RemotePage> {
|
|||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
icon: Icon(Icons.tv),
|
icon: Icon(Icons.tv),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
setState(() => _showEdit = false);
|
||||||
showOptions(context);
|
showOptions(context);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
@@ -192,6 +193,7 @@ class _RemotePageState extends State<RemotePage> {
|
|||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
icon: Icon(Icons.more_vert),
|
icon: Icon(Icons.more_vert),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
setState(() => _showEdit = false);
|
||||||
showActions(context);
|
showActions(context);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user