From 86d4defa3e587895f41f4e7b7d128cf3aed7d3d1 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Wed, 11 Oct 2023 14:45:38 -0500 Subject: [PATCH] refactor: remove emphasis from upc dropdown check for update link --- web/store/updateOsActions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/store/updateOsActions.ts b/web/store/updateOsActions.ts index 05ee43ef4..c659c71b9 100644 --- a/web/store/updateOsActions.ts +++ b/web/store/updateOsActions.ts @@ -99,7 +99,7 @@ export const useUpdateOsActionsStore = defineStore('updateOsActions', () => { serverStore.inIframe, ); }, - emphasize: true, + // emphasize: true, external: true, icon: ArrowPathIcon, name: 'updateOs',