1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Quick formatting fix.

This commit is contained in:
Thomas Harte 2016-10-02 22:06:28 -04:00
parent f28881ec6b
commit 9e6e84647e

View File

@ -31,4 +31,5 @@ class ElectronOptionsPanel: MachinePanel {
let displayType = standardUserDefaults.integer(forKey: self.displayTypeUserDefaultsKey) let displayType = standardUserDefaults.integer(forKey: self.displayTypeUserDefaultsKey)
electron.useTelevisionOutput = (displayType == 1) electron.useTelevisionOutput = (displayType == 1)
self.displayTypeButton?.selectItem(at: displayType) self.displayTypeButton?.selectItem(at: displayType)
}} }
}