From 823632ccbaf6d481f231b378f7ae461347d062c4 Mon Sep 17 00:00:00 2001 From: Sahil Yeole Date: Thu, 10 Aug 2023 20:09:43 +0530 Subject: [PATCH] remove multi monitor tooltip Signed-off-by: Sahil Yeole --- flutter/lib/desktop/widgets/remote_toolbar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/lib/desktop/widgets/remote_toolbar.dart b/flutter/lib/desktop/widgets/remote_toolbar.dart index 5c04d5e8e..b15c9d540 100644 --- a/flutter/lib/desktop/widgets/remote_toolbar.dart +++ b/flutter/lib/desktop/widgets/remote_toolbar.dart @@ -2009,7 +2009,7 @@ class _MultiMonitorMenu extends StatelessWidget { Obx(() { RxInt display = CurrentDisplayState.find(id); return _IconMenuButton( - tooltip: "Multi monitor", + tooltip: "", topLevel: false, color: i == display.value ? _ToolbarTheme.blueColor