mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add comment
This commit is contained in:
parent
6aad061eb6
commit
479bd757d4
1 changed files with 2 additions and 0 deletions
|
|
@ -192,6 +192,8 @@ namespace Flow.Launcher.Plugin.Program.Programs
|
|||
}
|
||||
catch
|
||||
{
|
||||
// Bug from https://github.com/microsoft/CsWinRT, using Microsoft.Windows.SDK.NET.Ref 10.0.19041.0.
|
||||
// Only happens on the first time, so a try catch can fix it.
|
||||
m = new PackageManager();
|
||||
}
|
||||
var ps = m.FindPackagesForUser(id);
|
||||
|
|
|
|||
Loading…
Reference in a new issue