We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfefa4 commit 326a093Copy full SHA for 326a093
ui/appuimenu.cpp
@@ -283,7 +283,7 @@ void AppUi::onDeviceFactoryStatusDone()
283
void AppUi::onAppsMenuTriggered(QAction *action)
284
{
285
if (action->text() == "Multitroid")
286
- QDesktopServices::openUrl(QUrl("http://multitroid.com/"));
+ QDesktopServices::openUrl(QUrl("https://multitroid.com/"));
287
if (action->text() == "SMZ3 Multiworld")
288
QDesktopServices::openUrl(QUrl("https://samus.link"));
289
if (action->text() == "Funtoon")
0 commit comments