Resolves #339 Authenticated webview for panels and config sections
This commit is contained in:
@ -89,10 +89,10 @@ class MobileAppIntegrationManager {
|
||||
positiveText: "Report to GitHub",
|
||||
negativeText: "Report to Discord",
|
||||
onPositive: () {
|
||||
HAUtils.launchURL("https://github.com/estevez-dev/ha_client/issues/new");
|
||||
Launcher.launchURL("https://github.com/estevez-dev/ha_client/issues/new");
|
||||
},
|
||||
onNegative: () {
|
||||
HAUtils.launchURL("https://discord.gg/AUzEvwn");
|
||||
Launcher.launchURL("https://discord.gg/AUzEvwn");
|
||||
},
|
||||
));
|
||||
}
|
||||
|
Reference in New Issue
Block a user