mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 04:49:01 +08:00
Fix add by IP validator regex
CURA-6483
This commit is contained in:
parent
1e89ce3673
commit
85822d6e73
@ -125,7 +125,7 @@ Item
|
||||
|
||||
validator: RegExpValidator
|
||||
{
|
||||
regExp: /([a-zA-Z0-9.:]+)?/
|
||||
regExp: /([a-fA-F0-9.:]+)?/
|
||||
}
|
||||
|
||||
onTextEdited: invalidInputLabel.visible = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user