Fix timeout

This commit is contained in:
marzban-dev
2025-04-17 19:56:59 +03:30
parent d54066c554
commit 3cd0677475
+1 -1
View File
@@ -36,7 +36,7 @@ watch(
showHeymlzAnimation.value = true;
setTimeout(() => {
showHeymlzAnimation.value = false;
}, 2900);
}, 3200);
}, 400);
}
},