From 995f39b61f03952af6ccb26d3ccaea6590540850 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Fri, 21 Mar 2025 22:38:26 -0700 Subject: [PATCH] No X button --- src/vs/workbench/contrib/void/browser/voidUpdateActions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/workbench/contrib/void/browser/voidUpdateActions.ts b/src/vs/workbench/contrib/void/browser/voidUpdateActions.ts index ce71b601..da0e5fc7 100644 --- a/src/vs/workbench/contrib/void/browser/voidUpdateActions.ts +++ b/src/vs/workbench/contrib/void/browser/voidUpdateActions.ts @@ -23,7 +23,7 @@ const notifyYesUpdate = (notifService: INotificationService, res: { message?: st severity: Severity.Info, message: message, sticky: true, - source: 'Void Team', + progress: { worked: 0, total: 100 }, actions: { primary: [{ id: 'void.updater.update', @@ -39,7 +39,7 @@ const notifyYesUpdate = (notifService: INotificationService, res: { message?: st { id: 'void.updater.site', enabled: true, - label: `Visit Site`, + label: `Void Site`, tooltip: '', class: undefined, run: () => {