Skip to content

Commit af0050e

Browse files
committed
Remove Hiding the Disabled menu Item
1 parent cc0c198 commit af0050e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,8 +2999,6 @@
29992999
<Setter TargetName="KeyboardAcceleratorTextBlock" Property="Foreground" Value="{DynamicResource MenuFlyoutItemKeyboardAcceleratorTextForegroundPressed}" />
30003000
</Trigger>
30013001
<Trigger Property="IsEnabled" Value="False">
3002-
<!-- Hide Disabled Item -->
3003-
<Setter TargetName="LayoutRoot" Property="Visibility" Value="Collapsed" />
30043002
<Setter TargetName="LayoutRoot" Property="Background" Value="{DynamicResource MenuFlyoutItemBackgroundDisabled}" />
30053003
<Setter TargetName="LayoutRoot" Property="TextElement.Foreground" Value="{DynamicResource MenuFlyoutItemForegroundDisabled}" />
30063004
<Setter TargetName="ContentPresenter" Property="TextElement.Foreground" Value="{DynamicResource MenuFlyoutItemForegroundDisabled}" />

0 commit comments

Comments
 (0)