(re)added step and max value is now float
This commit is contained in:
+2
-1
@@ -100,7 +100,8 @@ number:
|
||||
id: menuselector
|
||||
optimistic: true
|
||||
min_value: 0 # keep at 0
|
||||
max_value: !lambda 'return id(nr_of_pages) - 1;'
|
||||
max_value: !lambda 'return float(id(nr_of_pages)-1);'
|
||||
step: 1
|
||||
on_value:
|
||||
then:
|
||||
- lambda: |-
|
||||
|
||||
Reference in New Issue
Block a user