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:
parent
6329a1208a
commit
0344af986c
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user