use dot shorthands in about dialog

This commit is contained in:
Henry Hiles 2026-09-22 18:48:47 -04:00
commit ece3d16318
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -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(