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 a2d57c1 commit 416fcd1Copy full SHA for 416fcd1
Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs
@@ -96,7 +96,7 @@ public void InitAppsInPackage(Package package)
96
// local name to fit all versions
97
var visualElement = appNode.SelectSingleNode($"*[local-name()='VisualElements']", namespaceManager);
98
var logoUri = visualElement?.Attributes[logoName]?.Value;
99
- app.LogoPath = app.LogoPathFromUri(logoUri, (32, 32));
+ app.LogoPath = app.LogoPathFromUri(logoUri, (64, 64));
100
var previewUri = visualElement?.Attributes[bigLogoName]?.Value;
101
app.PreviewImagePath = app.LogoPathFromUri(previewUri, (128, 128));
102
}
0 commit comments