mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 15:53:14 +08:00
Future proof: also accept IPv6 address. [CURA-6294]
This commit is contained in:
parent
1f2fea14ce
commit
9a2b800fe8
@ -79,7 +79,7 @@ Item
|
||||
|
||||
validator: RegExpValidator
|
||||
{
|
||||
regExp: /[0-9\.\-\_]*/
|
||||
regExp: /[a-fA-F0-9\.\:]*/
|
||||
}
|
||||
|
||||
onAccepted: addPrinterButton.clicked()
|
||||
|
Loading…
x
Reference in New Issue
Block a user