diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index a35542e1..092a4b01 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1695,6 +1695,7 @@ function App() { aboutLoading, aboutUpdateStatus, canShowProgressEntry, + changeUpdateChannel, checkForUpdates, downloadUpdate, formatBytes, @@ -1703,11 +1704,14 @@ function App() { isAboutOpen, isBackgroundProgressForLatestUpdate, isLatestUpdateDownloaded, + isUpdateChannelLoading, + isUpdateChannelSaving, lastUpdateInfo, markUpdateProgressDismissed, muteLatestUpdate, setIsAboutOpen, showUpdateDownloadProgress, + updateChannel, updateDownloadProgress, } = useAppUpdateManager({ isMacRuntime, @@ -4998,6 +5002,27 @@ function App() {
{t('app.about.field.update_status')}
{aboutUpdateStatus || t('app.about.update_status.not_checked')}
+
+
{t('app.about.field.update_channel')}
+