Skip to content

Commit 85e03a4

Browse files
authored
agents - hide accounts menu from floating windows (#310696)
1 parent acb6822 commit 85e03a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/sessions/contrib/accountMenu/browser/account.contribution.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ class AccountWidgetContribution extends Disposable implements IWorkbenchContribu
809809
id: Menus.TitleBarRightLayout,
810810
group: 'navigation',
811811
order: 100,
812+
when: IsAuxiliaryWindowContext.toNegated(),
812813
}
813814
});
814815
}

0 commit comments

Comments
 (0)