Fix sessions

This commit is contained in:
kwaroran
2024-11-11 20:45:27 +09:00
parent 39a462ded4
commit d0915db174
2 changed files with 9 additions and 5 deletions

View File

@@ -324,8 +324,9 @@ export async function saveDb(){
}
if(!gotChannel){
gotChannel = true
alertWait(language.activeTabChange)
location.reload()
alertNormalWait(language.activeTabChange).then(() => {
location.reload()
})
}
}
}