fix(web): upc dropdown updates external icon

This commit is contained in:
Zack Spear
2023-11-06 14:14:03 -08:00
parent 84c96371f5
commit fdadfe699c

View File

@@ -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',