We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528b650 commit 5e4db31Copy full SHA for 5e4db31
WolvenKit/Views/Tools/ProjectExplorerView.xaml
@@ -87,7 +87,11 @@
87
88
<MenuItem
89
Command="{Binding OpenInMlsbCommand}"
90
- Header="Open in MlSetupBuilder">
+ Header="Open in MlSetupBuilder"
91
+ Visibility="{Binding Path=IsEnabled,
92
+ RelativeSource={RelativeSource Self},
93
+ Mode=OneWay,
94
+ Converter={StaticResource BooleanToVisibilityConverter}}">
95
<MenuItem.Icon>
96
<templates:IconBox
97
IconPack="Empty"
0 commit comments