remove extra space

This commit is contained in:
弘韬 张 2021-01-06 17:51:55 +08:00
parent bcb144eb47
commit 6f43d4fdf8
3 changed files with 3 additions and 2 deletions

View file

@ -42,6 +42,7 @@ namespace Flow.Launcher.Plugin
{
return Name;
}
[JsonIgnore]
public int Priority { get; set; }

View file

@ -66,4 +66,4 @@ namespace Flow.Launcher
tbAction.Focus();
}
}
}
}

View file

@ -292,4 +292,4 @@ namespace Flow.Launcher
}
}
}
}