mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
flutter_desktop: remove _showEdit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -325,7 +325,6 @@ class _RemotePageState extends State<RemotePage>
|
|||||||
? Icons.fullscreen
|
? Icons.fullscreen
|
||||||
: Icons.close_fullscreen),
|
: Icons.close_fullscreen),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
setState(() => _showEdit = false);
|
|
||||||
if (widget.fullscreenID.value.isEmpty) {
|
if (widget.fullscreenID.value.isEmpty) {
|
||||||
widget.fullscreenID.value = widget.id;
|
widget.fullscreenID.value = widget.id;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user