parent
46afd6a101
commit
fa43fae2a5
|
|
@ -193,7 +193,7 @@ class ImmichAppBarDialog extends HookConsumerWidget {
|
||||||
InkWell(
|
InkWell(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
context.pop();
|
context.pop();
|
||||||
launchUrl(Uri.parse('https://immich.app'), mode: LaunchMode.externalApplication);
|
launchUrl(Uri.parse('https://docs.immich.app'), mode: LaunchMode.externalApplication);
|
||||||
},
|
},
|
||||||
child: Text("documentation", style: context.textTheme.bodySmall).tr(),
|
child: Text("documentation", style: context.textTheme.bodySmall).tr(),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue