We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362465d commit 0d3f792Copy full SHA for 0d3f792
GeekTool/network.html
@@ -56,7 +56,7 @@
56
57
<script>
58
59
- const BLOCK_TIME_ALERT = 120;
+ const BLOCK_TIME_ALERT = 180;
60
61
var solutionCount = __SolutionCount__;
62
var blockOverdue = false;
Rainmeter/Skins/MVis/@Resources/MVis.lua
@@ -6,7 +6,7 @@ end
6
7
function Update()
8
9
- local BLOCK_TIME_ALERT = 120
+ local BLOCK_TIME_ALERT = 180
10
11
if SELF:GetName() == "Measure_BlockTimeCounter" then
12
-- read the value of Measure_BlockTime and display it as minutes:seconds. after 120 seconds, turn the
0 commit comments