mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix preview when toggle history mode via Ctrl + H
This commit is contained in:
parent
e9dcd8b7ba
commit
248da93d05
2 changed files with 3 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ namespace Flow.Launcher.Plugin
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Set the Glyph Icon
|
||||
/// Set the Glyph Icon after initialization
|
||||
/// </summary>
|
||||
/// <param name="glyph"></param>
|
||||
public void SetGlyph(GlyphInfo glyph)
|
||||
|
|
|
|||
|
|
@ -363,6 +363,8 @@ namespace Flow.Launcher.ViewModel
|
|||
else
|
||||
{
|
||||
SelectedResults = Results;
|
||||
PreviewSelectedItem = Results.SelectedItem;
|
||||
_ = UpdatePreviewAsync();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue