Skip to content

Commit

Permalink
Adjust project property key to activate geofencing
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Sep 6, 2024
1 parent 4b92c6c commit 1b1ac54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/positioning/geofencer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ void Geofencer::applyProjectSettings( QgsProject *project )

if ( project )
{
active = project->readBoolEntry( QStringLiteral( "qfieldsync" ), QStringLiteral( "geofencingActive" ), false );
active = project->readBoolEntry( QStringLiteral( "qfieldsync" ), QStringLiteral( "geofencingIsActive" ), false );
const QString layerId = project->readEntry( QStringLiteral( "qfieldsync" ), QStringLiteral( "geofencingLayer" ) );
if ( !layerId.isEmpty() )
{
Expand Down

0 comments on commit 1b1ac54

Please sign in to comment.