Disable some currently unimplemented bits (to be re-enabled later).
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
@@ -247,11 +247,12 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="buttons-upgrade" class="buttons" style="display:none">
|
||||
<div class="desc">
|
||||
<input type="button" class="button" onclick="play();" value="Play" />
|
||||
<!--div class="desc">
|
||||
Upgrade from CD to install the original music and movie files for an improved game experience.
|
||||
</div>
|
||||
<input type="button" class="button" onclick="play();" value="Play" />
|
||||
<input type="button" class="button" onclick="installFromCD();" value="Upgrade from CD" />
|
||||
<input type="button" class="button" onclick="installFromCD();" value="Upgrade from CD" / -->
|
||||
</div>
|
||||
<div id="buttons-play" class="buttons" style="display:none">
|
||||
<input type="button" class="button" onclick="play();" value="Play" />
|
||||
|
||||
Reference in New Issue
Block a user