mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-03 00:04:47 -04:00
feat(#62838): PR feedback change asset logo
This commit is contained in:
parent
74fd45bbb3
commit
4251616e69
@ -36,7 +36,7 @@ QgsStacAssetItem::QgsStacAssetItem( QgsDataItem *parent, const QString &name, co
|
||||
mStacAsset( asset ),
|
||||
mName( name )
|
||||
{
|
||||
mIconName = QStringLiteral( "mActionPropertiesWidget.svg" );
|
||||
mIconName = mStacAsset->isCloudOptimized() ? QStringLiteral( "mActionAddLayer.svg" ) : QStringLiteral( "downloading_svg.svg" );
|
||||
updateToolTip();
|
||||
setState( Qgis::BrowserItemState::Populated );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user