mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 08:33:20 +03:00
opt: add resize area into the compatible ui mode
This commit is contained in:
@@ -205,7 +205,7 @@ class _ConnectionTabPageState extends State<ConnectionTabPage> {
|
||||
),
|
||||
),
|
||||
);
|
||||
return Platform.isMacOS
|
||||
return Platform.isMacOS || kUseCompatibleUiMode
|
||||
? tabWidget
|
||||
: Obx(() => SubWindowDragToResizeArea(
|
||||
key: contentKey,
|
||||
|
||||
Reference in New Issue
Block a user