Use system popup for showing changelog too

This commit is contained in:
2026-02-10 15:02:23 -07:00
parent 03ec5a220a
commit dfbfac33d3
3 changed files with 9 additions and 39 deletions

View File

@@ -44,7 +44,6 @@ import {
isPermissionGranted,
requestPermission
} from '@tauri-apps/plugin-notification'
import VersionChangelog from './componets/VersionChangelog'
import { BaseDirectory, exists, remove } from '@tauri-apps/plugin-fs'
const roboto = Roboto({
@@ -888,14 +887,6 @@ export default function RootLayout ({
No version selected
</p>
)
) : popupMode === 4 ? (
managingVersion && downloadedVersionsConfig ? (
<VersionChangelog />
) : (
<p className='text-xl text-center'>
No version selected
</p>
)
) : null}
{popupMode == 0 &&
selectedGame &&