Remove temp restriction
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user