diff --git a/assets/settings/default.json b/assets/settings/default.json index e97bcad339..1f1a1795c3 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -716,7 +716,7 @@ }, "notification_panel": { // Whether to show the notification panel button in the status bar. - "button": false, + "button": true, // Where to dock the notification panel. Can be 'left' or 'right'. "dock": "right", // Default width of the notification panel. diff --git a/crates/collab_ui/src/panel_settings.rs b/crates/collab_ui/src/panel_settings.rs index b15f7695ed..497b403019 100644 --- a/crates/collab_ui/src/panel_settings.rs +++ b/crates/collab_ui/src/panel_settings.rs @@ -56,7 +56,7 @@ pub struct NotificationPanelSettings { pub struct PanelSettingsContent { /// Whether to show the panel button in the status bar. /// - /// Default: false + /// Default: true pub button: Option, /// Where to dock the panel. ///