use dot shorthands in about dialog
This commit is contained in:
parent
5738239da2
commit
ece3d16318
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ extension ShowAboutDialog on BuildContext {
|
||||||
M3ECardColumn(
|
M3ECardColumn(
|
||||||
onTap: (index) =>
|
onTap: (index) =>
|
||||||
ref.watch(LaunchHelper.provider).launchUrl(switch (index) {
|
ref.watch(LaunchHelper.provider).launchUrl(switch (index) {
|
||||||
0 => Uri.https("git.federated.nexus", "nexus/nexus"),
|
0 => .https("git.federated.nexus", "nexus/nexus"),
|
||||||
_ => Uri.https("liberapay.com", "QuadRadical"),
|
_ => .https("liberapay.com", "QuadRadical"),
|
||||||
}),
|
}),
|
||||||
children: [
|
children: [
|
||||||
ListTile(
|
ListTile(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue