From 3a215de0f388e4fff8235e11e0b378aad76a8a11 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Sun, 10 Aug 2025 14:56:19 -0400 Subject: [PATCH] Battery: less stupid test duration --- Modules/Bar/Battery.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Bar/Battery.qml b/Modules/Bar/Battery.qml index ac21dcc..ebbb6f3 100644 --- a/Modules/Bar/Battery.qml +++ b/Modules/Bar/Battery.qml @@ -59,7 +59,7 @@ NPill { let lines = [] if (testMode) { - lines.push("Time left: " + Time.formatVagueHumanReadableDuration(1234567)) + lines.push("Time left: " + Time.formatVagueHumanReadableDuration(12345)) return lines.join("\n"); }