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

@@ -205,7 +205,7 @@ class _ConnectionTabPageState extends State<ConnectionTabPage> {
),
),
);
return Platform.isMacOS
return Platform.isMacOS || kUseCompatibleUiMode
? tabWidget
: Obx(() => SubWindowDragToResizeArea(
key: contentKey,