mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-16 04:45:02 +03:00
opt: add resize area into the compatible ui mode
This commit is contained in:
@@ -75,7 +75,7 @@ class _DesktopTabPageState extends State<DesktopTabPage> {
|
||||
isClose: false,
|
||||
),
|
||||
)));
|
||||
return Platform.isMacOS
|
||||
return Platform.isMacOS || kUseCompatibleUiMode
|
||||
? tabWidget
|
||||
: Obx(
|
||||
() => DragToResizeArea(
|
||||
|
||||
Reference in New Issue
Block a user