push 24 hour coundown

This commit is contained in:
ashrafzarkanisala
2024-11-25 10:23:26 +03:00
parent 8b76429714
commit bbe00c0372
3 changed files with 3 additions and 3 deletions

View File

@ -299,7 +299,7 @@ class OneGangSwitchHelper {
description: "sec", description: "sec",
value: 0.0, value: 0.0,
minValue: 0, minValue: 0,
maxValue: 43200, maxValue: 86400,
stepValue: 1, stepValue: 1,
); );
return Slider( return Slider(

View File

@ -301,7 +301,7 @@ class ThreeGangSwitchHelper {
description: "sec", description: "sec",
value: 0.0, value: 0.0,
minValue: 0, minValue: 0,
maxValue: 43200, maxValue: 86400,
stepValue: 1, stepValue: 1,
); );
return Slider( return Slider(

View File

@ -300,7 +300,7 @@ class TwoGangSwitchHelper {
description: "sec", description: "sec",
value: 0.0, value: 0.0,
minValue: 0, minValue: 0,
maxValue: 43200, maxValue: 86400,
stepValue: 1, stepValue: 1,
); );
return Slider( return Slider(