From ad8a94a1300bfade896e7828f942fd5bcbb780dc Mon Sep 17 00:00:00 2001 From: klugier Date: Sat, 13 Dec 2025 18:37:49 +0100 Subject: [PATCH] Ide: while installing on POSIX thorugh TheIDE install icon with the highest possible resolution (256x256). --- uppsrc/ide/Upgrade.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/uppsrc/ide/Upgrade.cpp b/uppsrc/ide/Upgrade.cpp index a98eee013..801c234c0 100644 --- a/uppsrc/ide/Upgrade.cpp +++ b/uppsrc/ide/Upgrade.cpp @@ -63,7 +63,6 @@ void Ide::UpgradeTheIDE() } } - LoadFromString(release, tmbak); targetmode = tbak; } @@ -74,7 +73,7 @@ void Ide::InstallDesktop() if(PromptYesNo("Write theide.desktop to&[* \1" + apps + "\1]?&" "That should make theide available through desktop menu.")) { String icon = ConfigFile("theide.png"); - PNGEncoder().SaveFile(icon, IdeImg::PackageLarge()); + PNGEncoder().SaveFile(icon, IdeImg::Icon256()); String path = apps + "/theide.desktop"; RealizePath(path); Upp::SaveFile(path,