mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 33a65245075e4d18908652865a79cf5489c30f40 (#9279)
* Merge from vscode 33a65245075e4d18908652865a79cf5489c30f40 * remove github
This commit is contained in:
@@ -386,10 +386,14 @@ export class Workbench extends Layout {
|
||||
|
||||
// Visibility
|
||||
this._register(notificationsCenter.onDidChangeVisibility(() => {
|
||||
notificationsStatus.update(notificationsCenter.isVisible);
|
||||
notificationsStatus.update(notificationsCenter.isVisible, notificationsToasts.isVisible);
|
||||
notificationsToasts.update(notificationsCenter.isVisible);
|
||||
}));
|
||||
|
||||
this._register(notificationsToasts.onDidChangeVisibility(() => {
|
||||
notificationsStatus.update(notificationsCenter.isVisible, notificationsToasts.isVisible);
|
||||
}));
|
||||
|
||||
// Register Commands
|
||||
registerNotificationCommands(notificationsCenter, notificationsToasts);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user