Hide the notifications panel by default (#32705)
Release Notes: - The notifications panel is hidden by default now Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
parent
2948e18e0c
commit
aabce921e3
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue