We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd9bc8 commit 1ee89a1Copy full SHA for 1ee89a1
Main.cs
@@ -67,7 +67,7 @@ private void RemoveExcludedAppsFromUpgradableList()
67
{
68
var excludedApps = settingsPage.ExcludedApps;
69
70
- if (excludedApps == null || !excludedApps.Any())
+ if (upgradableApps == null || excludedApps == null || !excludedApps.Any())
71
72
return;
73
}
plugin.json
@@ -4,7 +4,7 @@
4
"Name": "AppUpgrader",
5
"Description": "Allows you to keep your applications up using winget",
6
"Author": "Exarilo",
7
- "Version": "1.1.3",
+ "Version": "1.1.4",
8
"Language": "csharp",
9
"Website": "https://github.com/Exarilo/Flow.Launcher.Plugin.AppUpgrader",
10
"IcoPath": "Images\\app.png",
0 commit comments