mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Future proof: also accept IPv6 address. [CURA-6294]
This commit is contained in:
parent
1f2fea14ce
commit
9a2b800fe8
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ Item
|
||||||
|
|
||||||
validator: RegExpValidator
|
validator: RegExpValidator
|
||||||
{
|
{
|
||||||
regExp: /[0-9\.\-\_]*/
|
regExp: /[a-fA-F0-9\.\:]*/
|
||||||
}
|
}
|
||||||
|
|
||||||
onAccepted: addPrinterButton.clicked()
|
onAccepted: addPrinterButton.clicked()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue