mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
HistoryStyle enum values
This commit is contained in:
parent
9f652c33b4
commit
8e96d1a461
1 changed files with 2 additions and 2 deletions
|
|
@ -716,9 +716,9 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
public enum HistoryStyle
|
||||
{
|
||||
[EnumLocalizeKey(nameof(Localize.queryHistory))]
|
||||
Query,
|
||||
Query = 1,
|
||||
|
||||
[EnumLocalizeKey(nameof(Localize.executedHistory))]
|
||||
LastOpened
|
||||
LastOpened = 2
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue