Skip to content

Commit

Permalink
Code review #41: Fix property sync of showListPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
Knicksaas committed Jul 4, 2024
1 parent 39fcbd6 commit cdf69e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public interface ICalendar extends IWidget, IContextMenuOwner {

String PROP_SHOW_CALENDARS_PANEL = "showCalendarsPanel";

String PROP_SHOW_LIST_PANEL = "showYearPanel";
String PROP_SHOW_LIST_PANEL = "showListPanel";

String getTitle();

Expand Down

0 comments on commit cdf69e5

Please sign in to comment.