mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fixup
This commit is contained in:
parent
045fd20d8c
commit
c361d8d16b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ namespace Wox.Plugin.Program
|
||||||
_uwpStorage = new BinaryStorage<UWP.Application[]>("UWP");
|
_uwpStorage = new BinaryStorage<UWP.Application[]>("UWP");
|
||||||
_uwps = _uwpStorage.TryLoad(new UWP.Application[] { });
|
_uwps = _uwpStorage.TryLoad(new UWP.Application[] { });
|
||||||
});
|
});
|
||||||
Log.Info($"|Wox.Plugin.Program.Main|Number of preload win32 programs<{_win32s.Length}>");
|
Log.Info($"|Wox.Plugin.Program.Main|Number of preload win32 programs <{_win32s.Length}>");
|
||||||
Log.Info($"|Wox.Plugin.Program.Main|Number of preload uwps <{_uwps.Length}>");
|
Log.Info($"|Wox.Plugin.Program.Main|Number of preload uwps <{_uwps.Length}>");
|
||||||
Task.Run(() =>
|
Task.Run(() =>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue