change chat menu icon, and me->Me

This commit is contained in:
rustdesk
2022-04-05 00:51:47 +08:00
parent c434a9f789
commit 35e16e2299
3 changed files with 29 additions and 29 deletions

View File

@@ -32,9 +32,10 @@ class _SettingsState extends State<SettingsPage> {
Provider.of<FfiModel>(context);
final username = getUsername();
return SettingsList(
contentPadding: EdgeInsets.symmetric(horizontal: 12),
sections: [
SettingsSection(
title: Text(""),
title: Text(translate("Account")),
tiles: [
SettingsTile.navigation(
title: Text(username == null