This commit is contained in:
notify 2024-10-24 18:58:08 +08:00
parent 196e92f5d3
commit 2be5fe61f5

View File

@ -352,7 +352,7 @@ Item {
const now = Date.now(); // ms
const elapsed = now - (dat["timestamp"] ?? now);
if (total <= elapsd) {
if (total <= elapsed) {
roomScene.state = "notactive";
}