Skip to content

Commit

Permalink
feat: Show activity log by default #2993
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Nov 4, 2024
1 parent 694dbe7 commit 5afb380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dashboard/profile/models/profile_setting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ class SettingsMenu extends Equatable {
required this.displayHelpCenter,
required this.displayProfile,
this.displaySelfSovereignIdentity = true,
this.displayActivityLog = false,
this.displayActivityLog = true,
});

factory SettingsMenu.fromJson(Map<String, dynamic> json) =>
Expand Down

0 comments on commit 5afb380

Please sign in to comment.