Browse Source

limit address length to 1024

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

4
src/Entry/Address.php

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