Added moba feature

This commit is contained in:
2025-02-26 19:44:29 +01:00
parent 70101b8d9b
commit 970e018ec2
5 changed files with 42 additions and 15 deletions

View File

@@ -76,7 +76,8 @@ export class AnalysisPage {
const lastEntry = this.timeData[this.timeData.length - 1];
const diff = this.time.calculateTimespanInMinutes(lastEntry, {
type: undefined,
registeredAt: new Date(Date.now())
registeredAt: new Date(Date.now()),
isMoba: false
});
if (lastEntry.type == "login") {