mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 01:18:21 +00:00
more on clipboard
This commit is contained in:
parent
ca0137b228
commit
4d4d7673de
1 changed files with 2 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ class _RemotePageState extends State<RemotePage> {
|
|||
color: Colors.white,
|
||||
icon: Icon(Icons.tv),
|
||||
onPressed: () {
|
||||
setState(() => _showEdit = false);
|
||||
showOptions(context);
|
||||
},
|
||||
),
|
||||
|
|
@ -192,6 +193,7 @@ class _RemotePageState extends State<RemotePage> {
|
|||
color: Colors.white,
|
||||
icon: Icon(Icons.more_vert),
|
||||
onPressed: () {
|
||||
setState(() => _showEdit = false);
|
||||
showActions(context);
|
||||
},
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue