Skip to content

Commit

Permalink
Fix placement of STAC tab in Data Source Manager
Browse files Browse the repository at this point in the history
The metadata search tab should be last
  • Loading branch information
nyalldawson committed Jan 28, 2025
1 parent 5324b48 commit 790a72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/stac/qgsstacsourceselectprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ QgsAbstractDataSourceWidget *QgsStacSourceSelectProvider::createDataSourceWidget

int QgsStacSourceSelectProvider::ordering() const
{
return OrderSearchProvider;
return OrderRemoteProvider + 201;
}

0 comments on commit 790a72b

Please sign in to comment.