opt: add resize area into the compatible ui mode

This commit is contained in:
Kingtous
2023-02-27 15:56:09 +08:00
parent d8b025f3d8
commit 6e6fc64f62
7 changed files with 6 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ class _FileManagerTabPageState extends State<FileManagerTabPage> {
labelGetter: DesktopTab.labelGetterAlias,
)),
);
return Platform.isMacOS
return Platform.isMacOS || kUseCompatibleUiMode
? tabWidget
: SubWindowDragToResizeArea(
child: tabWidget,