mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-26 19:36:52 +01:00
notifications - keep center open when disabling DND mode
This commit is contained in:
committed by
Benjamin Pasero
parent
d091cae7a2
commit
3752cc575f
@@ -74,7 +74,9 @@ export class NotificationsCenter extends Themable implements INotificationsCente
|
||||
}
|
||||
|
||||
private onDidChangeGlobalDoNotDisturbMode(): void {
|
||||
this.hide(); // hide the notification center when do not disturb is toggled
|
||||
if (this.notificationService.isGlobalDoNotDisturbMode) {
|
||||
this.hide(); // hide the notification center when do not disturb is toggled
|
||||
}
|
||||
}
|
||||
|
||||
get isVisible(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user