fix: My Day toggle only hides buttons not panel, default to false

This commit is contained in:
Joel Brock
2026-04-23 11:25:19 -07:00
parent 919bdf2bf3
commit 13901e4453
3 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ window.OutlookRelook.DEFAULTS = {
hideFocusedOtherTabs: true,
hideSidebarAppIcons: false,
hideGroupsSection: false,
hideMyDayButtons: true,
hideMyDayButtons: false,
hideSenderAvatars: false,
hideFeatureDiscovery: true,
hideVivaInsights: true,