mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
parent
46afd6a101
commit
fa43fae2a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue