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:
Kirill Bulatov 2025-06-13 21:17:04 +03:00 committed by GitHub
parent 2948e18e0c
commit aabce921e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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.