Resolve "Change delete room timer to 5 sec"

This commit is contained in:
N Pex 2023-10-25 21:30:21 +00:00
parent 78b17814f9
commit a4a5aef5f2

View file

@ -156,7 +156,7 @@ export default {
{ status: "delete" }
);
this.timeout = 10;
this.timeout = 5;
this.timeoutTimer = setInterval(() => {
this.timeout = this.timeout - 1;
if (this.timeout == 0) {