mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fix windows toast notifications opening as http (#4005)
This commit is contained in:
parent
28de3e637d
commit
63119661aa
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue