mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix build issue
This commit is contained in:
parent
12a3bbef8c
commit
a3330412fd
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ public partial class SettingsPaneGeneralViewModel : BaseModel
|
|||
public SearchDelaySpeedData SearchDelaySpeed
|
||||
{
|
||||
get => SearchDelaySpeeds.FirstOrDefault(x => x.Value == Settings.SearchDelaySpeed) ??
|
||||
SearchDelaySpeeds.FirstOrDefault(x => x.Value == SearchDelaySpeeds.Medium) ??
|
||||
SearchDelaySpeeds.FirstOrDefault(x => x.Value == Flow.Launcher.Plugin.SearchDelaySpeeds.Medium) ??
|
||||
SearchDelaySpeeds.FirstOrDefault();
|
||||
set
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue