-
-
Notifications
You must be signed in to change notification settings - Fork 455
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
@taooceros getting this message occasionally despite plugins manager's manifest is loaded, any idea why?
Flow.Launcher/Plugins/Flow.Launcher.Plugin.PluginsManager/Main.cs
Lines 41 to 52 in 5dd12d2
| _ = updateManifestTask.ContinueWith(t => | |
| { | |
| if (t.IsCompletedSuccessfully) | |
| { | |
| lastUpdateTime = DateTime.Now; | |
| } | |
| else | |
| { | |
| context.API.ShowMsg("Plugin Manifest Download Fail.", | |
| "Please check if you can connect to github.com. " + | |
| "This error means you may not be able to Install and Update Plugin.", pluginManager.icoPath, false); | |
| } |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working