Closed smudge closed 4 years ago
nightshift status
This also drastically reorganizes all of the ObjC-related code and puts it in an "FFI" module, with naming more closely aligned with the inner implementations (e.g. CBBlueLightClient and setEnabled, vs NightShift and toggle)
CBBlueLightClient
setEnabled
NightShift
toggle
This also drastically reorganizes all of the ObjC-related code and puts it in an "FFI" module, with naming more closely aligned with the inner implementations (e.g.
CBBlueLightClient
andsetEnabled
, vsNightShift
andtoggle
)