Skip to content

Commit

Permalink
Set default value of "Show abbreviation in timetable" to true
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Nov 15, 2024
1 parent 672f322 commit 0feb291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/user/lib/src/models/user_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const defaultIsAWeekEvenWeek = true;
final defaultTimetableStartTime = Time(hour: 7, minute: 30);
const defaultPeriods = standardPeriods;
const defaultEnabledWeekDays = EnabledWeekDays.standard;
const defaultShowAbbreviation = false;
const defaultShowAbbreviation = true;

class UserSettings {
final Time timetableStartTime;
Expand Down

0 comments on commit 0feb291

Please sign in to comment.