Skip to content

Commit

Permalink
load GRASS provider plugin by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jun 21, 2021
1 parent d7faf9c commit 50fad18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgspluginregistry.cpp
Expand Up @@ -568,6 +568,7 @@ void QgsPluginRegistry::restoreSessionPlugins( const QString &pluginDirString )
corePlugins << QStringLiteral( "processing" );
corePlugins << QStringLiteral( "MetaSearch" );
corePlugins << QStringLiteral( "sagaprovider" );
corePlugins << QStringLiteral( "grassprovider" );

// make the required core plugins enabled by default:
const auto constCorePlugins = corePlugins;
Expand Down

0 comments on commit 50fad18

Please sign in to comment.