Remove temp restriction

This commit is contained in:
kwaroran
2024-06-27 20:50:02 +09:00
parent 46259453a7
commit eaa9bfa94e

View File

@@ -46,10 +46,6 @@
<Button
on:click={async () => {
if(await alertConfirm(language.backupConfirm)){
if(!isTauri && !isNodeServer && !Capacitor.isNativePlatform()){
alertError("This feature is temporarily disabled in the web version. due to high server load.")
return
}
SaveLocalBackup()
}
}} className="mt-2">
@@ -85,9 +81,7 @@
checkDriver('savetauri')
}
else{
alertError("This feature is temporarily disabled in the web version. due to high server load.")
return
// checkDriver('save')
checkDriver('save')
}
}
}} className="mt-2">