mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
@@ -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(),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user