diff --git a/web/components/UserProfile/CallbackFeedback.vue b/web/components/UserProfile/CallbackFeedback.vue index 0a3f0d358..4a2223175 100644 --- a/web/components/UserProfile/CallbackFeedback.vue +++ b/web/components/UserProfile/CallbackFeedback.vue @@ -110,9 +110,14 @@ const close = () => { : window.location.reload(); }; +const confirmUpdateOs = () => { + updateOsActionStore.installOsUpdate(); + callbackActionsStore.setCallbackStatus('ready'); +}; + const cancelUpdateOs = () => { updateOsActionStore.setStatus('ready'); - callbackActionsStore.setCallbackStatus('ready') + callbackActionsStore.setCallbackStatus('ready'); }; // const promoClick = () => { @@ -264,7 +269,7 @@ const { copy, copied, isSupported } = useClipboard({ source: keyUrl.value });

{{ t('Current Version: Unraid {0}', [osVersion]) }}

- +

{{ t('New Version: {0}', [callbackUpdateRelease?.name]) }}

@@ -317,7 +322,7 @@ const { copy, copied, isSupported } = useClipboard({ source: keyUrl.value }); />