Add toast after successfully importing database

This commit is contained in:
Brandon Presley 2024-02-18 00:54:51 +13:00
parent c6ac2cae86
commit d5fab6d6d2
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ export default function SettingsPage() {
await setRepo.update({}, { image: null });
await settingsRepo.update({}, { sound: null, backup: false });
reset({ index: 0, routes: [{ name: "Settings" }] });
toast("Imported database successfully.")
}, [reset]);
const today = new Date();