Browse Source

Default to show meeting in menubar

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

2
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,

Loading…
Cancel
Save