Skip to content

Commit 416fcd1

Browse files
set desired size to 64x64
1 parent a2d57c1 commit 416fcd1

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void InitAppsInPackage(Package package)
9696
// local name to fit all versions
9797
var visualElement = appNode.SelectSingleNode($"*[local-name()='VisualElements']", namespaceManager);
9898
var logoUri = visualElement?.Attributes[logoName]?.Value;
99-
app.LogoPath = app.LogoPathFromUri(logoUri, (32, 32));
99+
app.LogoPath = app.LogoPathFromUri(logoUri, (64, 64));
100100
var previewUri = visualElement?.Attributes[bigLogoName]?.Value;
101101
app.PreviewImagePath = app.LogoPathFromUri(previewUri, (128, 128));
102102
}

0 commit comments

Comments
 (0)