mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 19:43:18 +03:00
fix: place obx down
This commit is contained in:
@@ -57,9 +57,9 @@ class _DesktopTabPageState extends State<DesktopTabPage> {
|
||||
})
|
||||
]),
|
||||
);
|
||||
return Obx(() => Platform.isMacOS
|
||||
return Platform.isMacOS
|
||||
? tabWidget
|
||||
: DragToResizeArea(
|
||||
: Obx(() => DragToResizeArea(
|
||||
resizeEdgeSize: fullscreen.value ? 1.0 : 8.0, child: tabWidget));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user