mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:46:03 +00:00
UI: ApplicationsPage: Increase speed limits' max.
This commit is contained in:
parent
61114c19fe
commit
8831c4073a
@ -79,6 +79,7 @@ ButtonPopup {
|
||||
}
|
||||
field {
|
||||
from: 0
|
||||
to: 99999
|
||||
value: appGroup.speedLimitIn
|
||||
onValueChanged: {
|
||||
const value = field.value;
|
||||
@ -111,6 +112,7 @@ ButtonPopup {
|
||||
}
|
||||
field {
|
||||
from: 0
|
||||
to: 99999
|
||||
value: appGroup.speedLimitOut
|
||||
onValueChanged: {
|
||||
const value = field.value;
|
||||
|
Loading…
Reference in New Issue
Block a user