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 e9dcd8b commit 248da93Copy full SHA for 248da93
2 files changed
Flow.Launcher.Plugin/Result.cs
@@ -176,7 +176,7 @@ public GlyphInfo Glyph
176
}
177
178
/// <summary>
179
- /// Set the Glyph Icon
+ /// Set the Glyph Icon after initialization
180
/// </summary>
181
/// <param name="glyph"></param>
182
public void SetGlyph(GlyphInfo glyph)
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -363,6 +363,8 @@ private void LoadHistory()
363
else
364
{
365
SelectedResults = Results;
366
+ PreviewSelectedItem = Results.SelectedItem;
367
+ _ = UpdatePreviewAsync();
368
369
370
0 commit comments