From 5afb380eca864f09187a042f467d5346ad0b9396 Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Mon, 4 Nov 2024 16:24:39 +0545 Subject: [PATCH] feat: Show activity log by default #2993 --- lib/dashboard/profile/models/profile_setting.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dashboard/profile/models/profile_setting.dart b/lib/dashboard/profile/models/profile_setting.dart index 873558454..70b046d05 100644 --- a/lib/dashboard/profile/models/profile_setting.dart +++ b/lib/dashboard/profile/models/profile_setting.dart @@ -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 json) =>