Browse Source

Show "Next Meeting Title" in menubar.

pull/113/head
Abhishek 2 years ago
parent
commit
84eff8165e
  1. 2
      Clocker/Overall App/AppDefaults.swift

2
Clocker/Overall App/AppDefaults.swift

@ -34,7 +34,7 @@ class AppDefaults {
CLShowAppInForeground: 0, CLShowAppInForeground: 0,
CLFutureSliderRange: 0, CLFutureSliderRange: 0,
CLShowAllDayEventsInUpcomingView: 1, CLShowAllDayEventsInUpcomingView: 1,
CLShowMeetingInMenubar: 1, CLShowMeetingInMenubar: 0,
CLTruncateTextLength: 30, CLTruncateTextLength: 30,
CLSelectedCalendars: [], CLSelectedCalendars: [],
CLAppDisplayOptions: 0, CLAppDisplayOptions: 0,

Loading…
Cancel
Save