logo_alphax.png

This commit is contained in:
rusefillc 2022-02-16 00:04:25 -05:00
parent 79f5627275
commit abb2b113d2
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -262,8 +262,11 @@ public class StartupFrame {
private static ImageIcon getBundleIcon() {
String bundle = Autoupdate.readBundleFullNameNotNull();
String logoName;
// these should be about 213px wide
if (bundle.contains("proteus")) {
logoName = LOGO_PATH + "logo_proteus.png";
} else if (bundle.contains("_alphax")) {
logoName = LOGO_PATH + "logo_alphax.png";
} else if (bundle.contains("_mre")) {
logoName = LOGO_PATH + "logo_mre.png";
} else {