This reverts commit aabce921e3
.
Release Notes:
- N/A
This commit is contained in:
parent
29fa6d1a4d
commit
4425d58d72
2 changed files with 2 additions and 2 deletions
|
@ -716,7 +716,7 @@
|
||||||
},
|
},
|
||||||
"notification_panel": {
|
"notification_panel": {
|
||||||
// Whether to show the notification panel button in the status bar.
|
// 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'.
|
// Where to dock the notification panel. Can be 'left' or 'right'.
|
||||||
"dock": "right",
|
"dock": "right",
|
||||||
// Default width of the notification panel.
|
// Default width of the notification panel.
|
||||||
|
|
|
@ -56,7 +56,7 @@ pub struct NotificationPanelSettings {
|
||||||
pub struct PanelSettingsContent {
|
pub struct PanelSettingsContent {
|
||||||
/// Whether to show the panel button in the status bar.
|
/// Whether to show the panel button in the status bar.
|
||||||
///
|
///
|
||||||
/// Default: false
|
/// Default: true
|
||||||
pub button: Option<bool>,
|
pub button: Option<bool>,
|
||||||
/// Where to dock the panel.
|
/// Where to dock the panel.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue