mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
formatting
This commit is contained in:
parent
4e7c9a76e8
commit
49d5faee9e
1 changed files with 2 additions and 0 deletions
|
|
@ -41,7 +41,9 @@ namespace Flow.Launcher.Plugin.PluginsManager
|
|||
_ = updateManifestTask.ContinueWith(t =>
|
||||
{
|
||||
if (t.IsCompletedSuccessfully)
|
||||
{
|
||||
lastUpdateTime = DateTime.Now;
|
||||
}
|
||||
else
|
||||
{
|
||||
context.API.ShowMsg("Plugin Manifest Download Fail.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue