Fixed label lookout table, and mac check

pull/9/head
Miepee 4 years ago
parent 5237d8d2b4
commit 9446cd1fbf

@ -17,9 +17,9 @@ public partial class ModPacker : Form
labelLookupTable = new Dictionary<ProfileOperatingSystems, Label>() labelLookupTable = new Dictionary<ProfileOperatingSystems, Label>()
{ {
{ ProfileOperatingSystems.Windows, windowsLabel }, { ProfileOperatingSystems.Windows, windowsLabel },
{ ProfileOperatingSystems.Linux, windowsLabel }, { ProfileOperatingSystems.Linux, linuxLabel },
{ ProfileOperatingSystems.Mac, windowsLabel }, { ProfileOperatingSystems.Mac, macLabel },
{ ProfileOperatingSystems.Android, windowsLabel }, { ProfileOperatingSystems.Android, apkLabel },
}; };
buttonLookupTable = new Dictionary<ProfileOperatingSystems, Button>() buttonLookupTable = new Dictionary<ProfileOperatingSystems, Button>()
{ {

Loading…
Cancel
Save