1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00

Try to avoid having to edit this constantly.

This commit is contained in:
Thomas Harte 2023-11-21 22:02:36 -05:00
parent 6329a1208a
commit 0344af986c

View File

@ -86,11 +86,13 @@ class MachinePicker: NSObject, NSTableViewDataSource, NSTableViewDelegate {
// TEMPORARY: remove the Apple IIgs and PC compatible options.
// Neither is yet a fully-working machine.
for hidden in ["appleiigs", "pc"] {
#if RELEASE
for hidden in ["appleiigs" /*, "pc" */] {
let tabIndex = machineSelector.indexOfTabViewItem(withIdentifier: hidden)
machineSelector.removeTabViewItem(machineSelector.tabViewItem(at: tabIndex))
}
machineNameTable.reloadData()
#endif
// Machine type
if let machineIdentifier = standardUserDefaults.string(forKey: "new.machine") {