Oops i forgor to remove something useless

This commit is contained in:
dan63047 2024-07-10 18:50:25 +03:00
parent 0e89b2bf3e
commit 29ac38c034
1 changed files with 7 additions and 7 deletions

View File

@ -288,13 +288,13 @@ class SettingsState extends State<SettingsView> {
subtitle: Text(t.aboutAppText(appName: packageInfo.appName, packageName: packageInfo.packageName, version: packageInfo.version, buildNumber: packageInfo.buildNumber)), subtitle: Text(t.aboutAppText(appName: packageInfo.appName, packageName: packageInfo.packageName, version: packageInfo.version, buildNumber: packageInfo.buildNumber)),
trailing: const Icon(Icons.arrow_right) trailing: const Icon(Icons.arrow_right)
), ),
Wrap( // Wrap(
alignment: WrapAlignment.center, // alignment: WrapAlignment.center,
spacing: 8, // spacing: 8,
children: [ // children: [
TextButton(child: Text("Donate to me"), onPressed: (){},),TextButton(child: Text("Donate to NOT me"), onPressed: (){},),TextButton(child: Text("Donate to someone else"), onPressed: (){},), // TextButton(child: Text("Donate to me"), onPressed: (){},),TextButton(child: Text("Donate to NOT me"), onPressed: (){},),TextButton(child: Text("Donate to someone else"), onPressed: (){},),
], // ],
), // ),
], ],
)), )),
); );