We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b5242 commit 4c846e2Copy full SHA for 4c846e2
Flow.Launcher/ViewModel/ResultViewModel.cs
@@ -112,7 +112,7 @@ public Visibility ShowGlyph
112
if (!Settings.UseGlyphIcons && !ImgIconAvailable && GlyphAvailable)
113
return Visibility.Visible;
114
115
- return Settings.UseGlyphIcons && GlyphAvailable ? Visibility.Visible : Visibility.Hidden;
+ return Settings.UseGlyphIcons && GlyphAvailable ? Visibility.Visible : Visibility.Collapsed;
116
}
117
118
0 commit comments