From a6c5bcbb6226d28b07cde463a39192d21066b73f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 22 Feb 2020 18:06:15 +0100 Subject: [PATCH] US4 has 25 minute games. --- client/mainwindow.ui | 2 +- score.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/mainwindow.ui b/client/mainwindow.ui index 28c42b3..f3b2711 100644 --- a/client/mainwindow.ui +++ b/client/mainwindow.ui @@ -482,7 +482,7 @@ - 30 + 25 diff --git a/score.js b/score.js index ab3e465..22b9099 100644 --- a/score.js +++ b/score.js @@ -10,7 +10,7 @@ let clocks = [ let clock_visible = false; let comment_visible = false; let lowerthird_visible = false; -let clock_limit = 30 * 60; +let clock_limit = 25 * 60; let scoreA = 0; let scoreB = 0; let state = {}; -- 2.39.2