mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
set desired size to 64x64
This commit is contained in:
parent
a2d57c14bf
commit
416fcd1881
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
|
||||||
// local name to fit all versions
|
// local name to fit all versions
|
||||||
var visualElement = appNode.SelectSingleNode($"*[local-name()='VisualElements']", namespaceManager);
|
var visualElement = appNode.SelectSingleNode($"*[local-name()='VisualElements']", namespaceManager);
|
||||||
var logoUri = visualElement?.Attributes[logoName]?.Value;
|
var logoUri = visualElement?.Attributes[logoName]?.Value;
|
||||||
app.LogoPath = app.LogoPathFromUri(logoUri, (32, 32));
|
app.LogoPath = app.LogoPathFromUri(logoUri, (64, 64));
|
||||||
var previewUri = visualElement?.Attributes[bigLogoName]?.Value;
|
var previewUri = visualElement?.Attributes[bigLogoName]?.Value;
|
||||||
app.PreviewImagePath = app.LogoPathFromUri(previewUri, (128, 128));
|
app.PreviewImagePath = app.LogoPathFromUri(previewUri, (128, 128));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue