diff --git a/web/store/updateOsActions.ts b/web/store/updateOsActions.ts index e4939a4c3..0bf98ded9 100644 --- a/web/store/updateOsActions.ts +++ b/web/store/updateOsActions.ts @@ -104,7 +104,7 @@ export const useUpdateOsActionsStore = defineStore('updateOsActions', () => { serverStore.inIframe ? 'newTab' : undefined, ); }, - external: !!updateOsStore.available, + external: true, icon: updateOsStore.available ? BellAlertIcon : ArrowPathIcon, name: 'updateOs', text: updateOsStore.available ? 'Unraid OS {0} Update Available' : 'Check for OS Updates',