mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 14:41:28 +03:00
opt dropdown button of connection page (#11086)
* Use menu style of the peer card * Add margin between connection button and dropdown button * Use thinner icon Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -229,7 +229,7 @@ class _ViewCameraPageState extends State<ViewCameraPage>
|
||||
|
||||
// https://github.com/flutter/flutter/issues/64935
|
||||
super.dispose();
|
||||
debugPrint("REMOTE PAGE dispose session $sessionId ${widget.id}");
|
||||
debugPrint("VIEW CAMERA PAGE dispose session $sessionId ${widget.id}");
|
||||
_ffi.textureModel.onViewCameraPageDispose(closeSession);
|
||||
if (closeSession) {
|
||||
// ensure we leave this session, this is a double check
|
||||
|
||||
Reference in New Issue
Block a user