1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-11 17:38:38 +00:00

change upd time for nightshift

This commit is contained in:
Toxblh 2018-08-29 11:14:32 +01:00
parent 9e0f103ba6
commit 534dbc2284

View File

@ -33,7 +33,7 @@ class NightShiftBarItem: CustomButtonTouchBarItem {
self.tapClosure = { [weak self] in self?.nightShiftAction() }
timer = Timer.scheduledTimer(timeInterval: 1, target: self, selector: #selector(refresh), userInfo: nil, repeats: true)
timer = Timer.scheduledTimer(timeInterval: 2, target: self, selector: #selector(refresh), userInfo: nil, repeats: true)
self.refresh()
}