@@ -716,7 +716,7 @@
},
"notification_panel": {
// Whether to show the notification panel button in the status bar.
- "button": true,
+ "button": false,
// Where to dock the notification panel. Can be 'left' or 'right'.
"dock": "right",
// Default width of the notification panel.
@@ -56,7 +56,7 @@ pub struct NotificationPanelSettings {
pub struct PanelSettingsContent {
/// Whether to show the panel button in the status bar.
///
- /// Default: true
+ /// Default: false
pub button: Option<bool>,
/// Where to dock the panel.
///