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