Add better in-line docs on creating new DM's send to field

This commit is contained in:
Hank Grabowski 2023-01-28 15:22:58 -08:00
parent af93f519d5
commit 4abca18fc8

View file

@ -63,7 +63,8 @@ class MessagesNewThread extends StatelessWidget {
maxLines: 1,
controller: controller,
decoration: InputDecoration(
labelText: 'Send to:',
labelText:
'Send to: (type @ and start typing name to get available accounts)',
alignLabelWithHint: true,
border: border,
),