From 84eff8165eee40cbd85ee75e837bcc388a7b63d8 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Fri, 15 Jul 2022 00:12:20 -0400 Subject: [PATCH] Show "Next Meeting Title" in menubar. --- Clocker/Overall App/AppDefaults.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clocker/Overall App/AppDefaults.swift b/Clocker/Overall App/AppDefaults.swift index e99ba51..8d9a4e0 100644 --- a/Clocker/Overall App/AppDefaults.swift +++ b/Clocker/Overall App/AppDefaults.swift @@ -34,7 +34,7 @@ class AppDefaults { CLShowAppInForeground: 0, CLFutureSliderRange: 0, CLShowAllDayEventsInUpcomingView: 1, - CLShowMeetingInMenubar: 1, + CLShowMeetingInMenubar: 0, CLTruncateTextLength: 30, CLSelectedCalendars: [], CLAppDisplayOptions: 0,