mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 02:31:27 +03:00
opt: add resize area into the compatible ui mode
This commit is contained in:
@@ -98,7 +98,7 @@ class _FileManagerTabPageState extends State<FileManagerTabPage> {
|
||||
labelGetter: DesktopTab.labelGetterAlias,
|
||||
)),
|
||||
);
|
||||
return Platform.isMacOS
|
||||
return Platform.isMacOS || kUseCompatibleUiMode
|
||||
? tabWidget
|
||||
: SubWindowDragToResizeArea(
|
||||
child: tabWidget,
|
||||
|
||||
Reference in New Issue
Block a user