minor fix
This commit is contained in:
parent
4f3756e601
commit
08797d3535
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class InfoSectionWidget extends StatelessWidget {
|
|||
GestureDetector(
|
||||
behavior: HitTestBehavior.translucent,
|
||||
onTap: () async {
|
||||
launch("https://github.com/ente-io/frame");
|
||||
launchUrl(Uri.parse("https://github.com/ente-io/frame"));
|
||||
},
|
||||
child:
|
||||
SettingsTextItem(text: "Source code", icon: Icons.navigate_next),
|
||||
|
|
Loading…
Add table
Reference in a new issue