WIP #143 Initial not optimized MJPEG streaming
This commit is contained in:
@ -367,10 +367,10 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
Navigator.of(context).pop();
|
||||
HAUtils.launchURL("http://www.vynn.co/");
|
||||
HAUtils.launchURL("http://ha-client.vynn.co/");
|
||||
},
|
||||
child: Text(
|
||||
"www.vynn.co",
|
||||
"ha-client.vynn.co",
|
||||
style: TextStyle(
|
||||
color: Colors.blue,
|
||||
decoration: TextDecoration.underline
|
||||
|
Reference in New Issue
Block a user