feature: new mirrors support

This commit is contained in:
vladimir.kuznetsov 2025-04-08 13:04:05 +08:00
parent f283858490
commit c3c9138341
5 changed files with 12 additions and 14 deletions

View file

@ -29,7 +29,7 @@ Rectangle {
cursorShape: Qt.PointingHandCursor
onClicked: function() {
Qt.openUrlExternally(LanguageModel.getCurrentSiteUrl() + "/premium")
Qt.openUrlExternally(LanguageModel.getCurrentSiteUrl("premium"))
}
}