Skip to content

Commit

Permalink
change default value
Browse files Browse the repository at this point in the history
  • Loading branch information
hatch01 committed Oct 10, 2023
1 parent 2d1674c commit d5cdf4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class SettingsModel extends Equatable {
final int? agendaId;
@HiveField(19, defaultValue: 5)
final int agendaWeekLength;
@HiveField(20, defaultValue: 1)
@HiveField(20, defaultValue: 0)
final int agendaWeekReference;
@HiveField(21, defaultValue: [6, 7])
final List<int> agendaDisabledDays;
Expand Down

0 comments on commit d5cdf4a

Please sign in to comment.