diff --git a/OpenRA.Launcher.Mac/Controller.m b/OpenRA.Launcher.Mac/Controller.m index d8bdd9e30c..af99ae4c82 100644 --- a/OpenRA.Launcher.Mac/Controller.m +++ b/OpenRA.Launcher.Mac/Controller.m @@ -43,8 +43,8 @@ [self populateModInfo]; id modsRoot = [self sidebarModsTree]; [sidebarItems addChild:modsRoot]; - id otherRoot = [self sidebarOtherTree]; - [sidebarItems addChild:otherRoot]; + //id otherRoot = [self sidebarOtherTree]; + //[sidebarItems addChild:otherRoot]; [outlineView reloadData]; @@ -58,7 +58,7 @@ [[webView mainFrame] loadRequest:[NSURLRequest requestWithURL: [firstMod url]]]; } - [outlineView expandItem:otherRoot expandChildren:YES]; + //[outlineView expandItem:otherRoot expandChildren:YES]; } } diff --git a/OpenRA.Launcher.Mac/build/Release/OpenRA.app/Contents/MacOS/OpenRA b/OpenRA.Launcher.Mac/build/Release/OpenRA.app/Contents/MacOS/OpenRA index 819af600b1..0c276157d1 100755 Binary files a/OpenRA.Launcher.Mac/build/Release/OpenRA.app/Contents/MacOS/OpenRA and b/OpenRA.Launcher.Mac/build/Release/OpenRA.app/Contents/MacOS/OpenRA differ diff --git a/mods/cnc/mod.html b/mods/cnc/mod.html index 8de7422dea..3688346d3f 100644 --- a/mods/cnc/mod.html +++ b/mods/cnc/mod.html @@ -247,11 +247,12 @@