Skip to content

Commit

Permalink
[gui] Update the URL of the styles' repository
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Feb 17, 2025
1 parent 959ccbd commit 78a1aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/symbology/qgsstylemanagerdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ void QgsStyleManagerDialog::init()
downloadButton->setToolTip( tr( "Download new styles from the online QGIS style repository" ) );
downloadButton->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionFindReplace.svg" ) ) );
connect( downloadButton, &QPushButton::clicked, this, [=] {
QDesktopServices::openUrl( QUrl( QStringLiteral( "https://plugins.qgis.org/styles" ) ) );
QDesktopServices::openUrl( QUrl( QStringLiteral( "https://hub.qgis.org/styles/" ) ) );
} );

mMessageBar = new QgsMessageBar();
Expand Down

0 comments on commit 78a1aa9

Please sign in to comment.