mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
formatting fix
This commit is contained in:
parent
f17b7cc355
commit
a6e5602520
2 changed files with 1 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ namespace Flow.Launcher.Plugin.PluginsManager
|
|||
{
|
||||
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);
|
||||
"This error means you may not be able to install or update plugins.", pluginManager.icoPath, false);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -165,7 +165,6 @@ namespace Flow.Launcher.Plugin.PluginsManager
|
|||
|
||||
token.ThrowIfCancellationRequested();
|
||||
|
||||
|
||||
var autocompletedResults = AutoCompleteReturnAllResults(search,
|
||||
Settings.HotkeyUpdate,
|
||||
"Update",
|
||||
|
|
|
|||
Loading…
Reference in a new issue