Fix windows toast notifications opening as http (#4005)
This commit is contained in:
@@ -129,7 +129,7 @@ public:
|
|||||||
case ToastReaction::OpenInBrowser:
|
case ToastReaction::OpenInBrowser:
|
||||||
if (platform_ == Platform::Twitch)
|
if (platform_ == Platform::Twitch)
|
||||||
{
|
{
|
||||||
link = "http://www.twitch.tv/" + channelName_;
|
link = "https://www.twitch.tv/" + channelName_;
|
||||||
}
|
}
|
||||||
QDesktopServices::openUrl(QUrl(link));
|
QDesktopServices::openUrl(QUrl(link));
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user