Automatically check for server updates (#489)

This commit is contained in:
schroda
2023-12-09 23:20:52 +01:00
committed by GitHub
parent 78310496aa
commit 9cb72243d6
4 changed files with 113 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ import { DefaultNavBar } from '@/components/navbar/DefaultNavBar';
import { DownloadSettings } from '@/screens/settings/DownloadSettings.tsx';
import { ServerSettings } from '@/screens/settings/ServerSettings.tsx';
import { WebUISettings } from '@/screens/settings/WebUISettings.tsx';
import { ServerUpdateChecker } from '@/components/settings/ServerUpdateChecker.tsx';
if (__DEV__) {
// Adds messages only in a dev environment
@@ -43,6 +44,7 @@ if (__DEV__) {
}
export const App: React.FC = () => (
<AppContext>
<ServerUpdateChecker />
<CssBaseline />
<DefaultNavBar />
<Container