Add server backup
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
import MobileBody from './lib/Mobile/MobileBody.svelte';
|
||||
import MobileFooter from './lib/Mobile/MobileFooter.svelte';
|
||||
import CustomGUISettingMenu from './lib/Setting/Pages/CustomGUISettingMenu.svelte';
|
||||
import { checkCharOrder } from './ts/globalApi.svelte';
|
||||
import { checkCharOrder } from './ts/globalApi.svelte';
|
||||
import Googli from './lib/UI/Googli.svelte';
|
||||
|
||||
|
||||
let didFirstSetup: boolean = $derived(DBState.db?.didFirstSetup)
|
||||
@@ -35,7 +36,7 @@
|
||||
await importCharacterProcess({
|
||||
name: file.name,
|
||||
data: file
|
||||
})
|
||||
})
|
||||
checkCharOrder()
|
||||
}
|
||||
}}>
|
||||
@@ -51,6 +52,8 @@
|
||||
|
||||
<span class="text-sm mt-2 text-textcolor2">{LoadingStatusState.text}</span>
|
||||
|
||||
<Googli className="mt-4" />
|
||||
|
||||
</div>
|
||||
{:else if $CustomGUISettingMenuStore}
|
||||
<CustomGUISettingMenu />
|
||||
|
||||
Reference in New Issue
Block a user