From 8046e580f3be4f51a139454b7554cf1011289962 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Sun, 27 Jun 2021 13:17:21 -0500 Subject: [PATCH] Reduce to 5. --- Clocker/Panel/ParentPanelController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clocker/Panel/ParentPanelController.swift b/Clocker/Panel/ParentPanelController.swift index 7b16f45..1dc29cc 100644 --- a/Clocker/Panel/ParentPanelController.swift +++ b/Clocker/Panel/ParentPanelController.swift @@ -11,7 +11,7 @@ struct PanelConstants { static let noThanksTitle = "No, thanks" static let yesWithQuestionMark = "Yes?" static let yesWithExclamation = "Yes!" - static let modernSliderDaySupport = 7 + static let modernSliderDaySupport = 5 } class ParentPanelController: NSWindowController {