new guestion tip

This commit is contained in:
rustdesk
2022-04-05 02:02:49 +08:00
parent 35e16e2299
commit 86c6f9446d
2 changed files with 46 additions and 36 deletions

View File

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