chore: set about me character limit (#5639)

This commit is contained in:
ggurdin 2026-02-10 14:01:01 -05:00 committed by GitHub
parent 432bdcb53b
commit 964307fd6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,6 +159,7 @@ class SettingsLearningView extends StatelessWidget {
controller.setAbout(val),
minLines: 1,
maxLines: 3,
maxLength: 100,
),
],
),