Use system popup for revision update warning

This commit is contained in:
2026-02-10 14:58:53 -07:00
parent abebc0bb08
commit 03ec5a220a
3 changed files with 63 additions and 120 deletions

View File

@@ -46,7 +46,6 @@ import {
} from '@tauri-apps/plugin-notification'
import VersionChangelog from './componets/VersionChangelog'
import { BaseDirectory, exists, remove } from '@tauri-apps/plugin-fs'
import VersionUpdateWarning from './componets/VersionUpdateWarning'
const roboto = Roboto({
subsets: ['latin']
@@ -897,14 +896,6 @@ export default function RootLayout ({
No version selected
</p>
)
) : popupMode === 5 ? (
managingVersion && downloadedVersionsConfig ? (
<VersionUpdateWarning />
) : (
<p className='text-xl text-center'>
No version selected
</p>
)
) : null}
{popupMode == 0 &&
selectedGame &&