mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update legacy item to show Query style title
This commit is contained in:
parent
4174b5e1e4
commit
94ebbab68a
1 changed files with 1 additions and 2 deletions
|
|
@ -28,8 +28,7 @@ namespace Flow.Launcher.Storage
|
|||
{
|
||||
LastOpenedHistoryItems.Add(new LastOpenedHistoryResult
|
||||
{
|
||||
// Title will be updated properly later on when results are re-constructed for display.
|
||||
Title = $"Legacy history item query: {item.Query}",
|
||||
Title = Localize.executeQuery(item.Query),
|
||||
IcoPath = Constant.HistoryIcon,
|
||||
OriginQuery = new Query { TrimmedQuery = item.Query },
|
||||
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\uE81C"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue