diff --git a/src/singletons/Toasts.cpp b/src/singletons/Toasts.cpp index 1cf99bea..c06df70a 100644 --- a/src/singletons/Toasts.cpp +++ b/src/singletons/Toasts.cpp @@ -129,7 +129,7 @@ public: case ToastReaction::OpenInBrowser: if (platform_ == Platform::Twitch) { - link = "http://www.twitch.tv/" + channelName_; + link = "https://www.twitch.tv/" + channelName_; } QDesktopServices::openUrl(QUrl(link)); break;