1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-17 11:56:46 +02:00
This commit is contained in:
Laserlicht 2025-02-15 01:38:26 +01:00
parent a3fe2859f5
commit d9264bfdc3

View File

@ -487,7 +487,7 @@ void CModListView::onCustomContextMenu(const QPoint &point)
addContextEntry(
!mod.getDownloadUrl().isEmpty(),
tr("Open repository"),
[this](ModState mod){
[](ModState mod){
QUrl url(mod.getDownloadUrl());
QString repoUrl = QString("%1://%2/%3/%4")
.arg(url.scheme())