forked from Berry-Dash/launcher
Use system popup for revision update warning
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user