Migrate calendar widget settings

This commit is contained in:
MM20
2022-01-10 23:13:53 +01:00
parent 5834e7e8c4
commit a5cb2e3314
13 changed files with 295 additions and 225 deletions
@@ -103,4 +103,10 @@ message Settings {
}
WebSearchSettings web_search = 16;
message CalendarWidgetSettings {
bool hide_allday_events = 1;
repeated int64 exclude_calendars = 2;
}
CalendarWidgetSettings calendar_widget = 17;
}