Disable some currently unimplemented bits (to be re-enabled later).
This commit is contained in:
@@ -43,8 +43,8 @@
|
|||||||
[self populateModInfo];
|
[self populateModInfo];
|
||||||
id modsRoot = [self sidebarModsTree];
|
id modsRoot = [self sidebarModsTree];
|
||||||
[sidebarItems addChild:modsRoot];
|
[sidebarItems addChild:modsRoot];
|
||||||
id otherRoot = [self sidebarOtherTree];
|
//id otherRoot = [self sidebarOtherTree];
|
||||||
[sidebarItems addChild:otherRoot];
|
//[sidebarItems addChild:otherRoot];
|
||||||
|
|
||||||
|
|
||||||
[outlineView reloadData];
|
[outlineView reloadData];
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
[[webView mainFrame] loadRequest:[NSURLRequest requestWithURL: [firstMod url]]];
|
[[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>
|
</div>
|
||||||
<div id="buttons-upgrade" class="buttons" style="display:none">
|
<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.
|
Upgrade from CD to install the original music and movie files for an improved game experience.
|
||||||
</div>
|
</div>
|
||||||
<input type="button" class="button" onclick="play();" value="Play" />
|
<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>
|
||||||
<div id="buttons-play" class="buttons" style="display:none">
|
<div id="buttons-play" class="buttons" style="display:none">
|
||||||
<input type="button" class="button" onclick="play();" value="Play" />
|
<input type="button" class="button" onclick="play();" value="Play" />
|
||||||
|
|||||||
Reference in New Issue
Block a user