|
@@ -114,8 +114,7 @@ class MainPageHeader extends GetView<LabMainController> {
|
|
|
child: Row(
|
|
|
children: [
|
|
|
if (!Global.isVStationSlave) UserLabel(),
|
|
|
- if (FPlatform.isWindows && !Global.isVStationSlave)
|
|
|
- _buildWindowOperateButtons(),
|
|
|
+ if (FPlatform.isWindows) _buildWindowOperateButtons(),
|
|
|
],
|
|
|
),
|
|
|
),
|