Apply new UI for contact support

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-05-23 16:52:21 +07:00
committed by Dat H. Pham
parent a40cfb9797
commit ca264dde9c
11 changed files with 282 additions and 166 deletions
@@ -4745,4 +4745,11 @@ class AppLocalizations {
name: 'exportTraceLogFailed',
);
}
String get support {
return Intl.message(
'Support',
name: 'support',
);
}
}