feature: new mirrors support (#1519)

This commit is contained in:
Nethius
2025-04-08 12:07:31 +07:00
committed by GitHub
parent f283858490
commit 9d571a4c71
5 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ Rectangle {
cursorShape: Qt.PointingHandCursor
onClicked: function() {
Qt.openUrlExternally(LanguageModel.getCurrentSiteUrl() + "/premium")
Qt.openUrlExternally(LanguageModel.getCurrentSiteUrl("premium"))
}
}