mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 02:33:18 +03:00
Refact. Flutter web, mid commit (#7494)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -90,7 +90,7 @@ class _DesktopTabPageState extends State<DesktopTabPage> {
|
||||
),
|
||||
),
|
||||
)));
|
||||
return Platform.isMacOS || kUseCompatibleUiMode
|
||||
return isMacOS || kUseCompatibleUiMode
|
||||
? tabWidget
|
||||
: Obx(
|
||||
() => DragToResizeArea(
|
||||
|
||||
Reference in New Issue
Block a user