mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 14:01:28 +03:00
change chat menu icon, and me->Me
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user