Revert "Centered information panel."

This commit is contained in:
Riccardo 2021-08-18 19:16:05 +02:00 committed by GitHub
parent 0b9e2ddb8d
commit 994aff232c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@
// PCLogError(self, @"error loading Menu NIB file!");
return;
}
[infoWindow center];
[infoWindow makeKeyAndOrderFront:self];
[versionField setStringValue:[NSString stringWithFormat:@"Version %@", [infoDict objectForKey:@"ApplicationRelease"]]];