remove multi monitor tooltip
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
parent
86fa3928a7
commit
823632ccba
@ -2009,7 +2009,7 @@ class _MultiMonitorMenu extends StatelessWidget {
|
|||||||
Obx(() {
|
Obx(() {
|
||||||
RxInt display = CurrentDisplayState.find(id);
|
RxInt display = CurrentDisplayState.find(id);
|
||||||
return _IconMenuButton(
|
return _IconMenuButton(
|
||||||
tooltip: "Multi monitor",
|
tooltip: "",
|
||||||
topLevel: false,
|
topLevel: false,
|
||||||
color: i == display.value
|
color: i == display.value
|
||||||
? _ToolbarTheme.blueColor
|
? _ToolbarTheme.blueColor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user