Set minimum to 6 hours

pull/2149/head
Marco H 2022-09-28 09:41:32 +02:00 committed by Marco Heiming
parent b1f0b9af1b
commit aa6885b315
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function buildMainMenu() {
},
"Refresh every" : {
value : settings.refresh / 60,
min : 12,
min : 6,
max : 168,
step : 1,
format : v => v + "h",