fix ToastType enum (#3201)

Co-authored-by: v <vendicated@riseup.net>
This commit is contained in:
Suffocate 2025-02-06 20:04:59 +00:00 committed by GitHub
parent 4a447c74ef
commit e4380632e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 7 deletions

View file

@ -60,7 +60,7 @@ export async function downloadSettingsBackup() {
}
}
const toast = (type: number, message: string) =>
const toast = (type: string, message: string) =>
Toasts.show({
type,
message,