Browse Source

limit address length to 1024

main
yggverse 2 months ago
parent
commit
31a3aaf216
  1. 4
      src/Entry/Address.php

4
src/Entry/Address.php

@ -16,5 +16,9 @@ class Address @@ -16,5 +16,9 @@ class Address
$this->entry->set_text(
$value
);
$this->entry->set_max_length(
1024
);
}
}
Loading…
Cancel
Save