Help pages links

This commit is contained in:
Yegor Vialov
2020-04-29 22:28:52 +00:00
parent bfb24b9d11
commit b65a68e0c4
2 changed files with 20 additions and 1 deletions

View File

@ -415,7 +415,10 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
title: Text("Help"),
onTap: () {
Navigator.of(context).pop();
Launcher.launchURL("http://ha-client.app/docs");
Launcher.launchURLInCustomTab(
context: context,
url: "http://ha-client.app/help"
);
},
),
new ListTile(