Skip to content

Commit

Permalink
Merge pull request #3401 from MerginMaps/iss3358
Browse files Browse the repository at this point in the history
Unabling project reloading after project sync in home/projects page
  • Loading branch information
tomasMizera committed May 3, 2024
2 parents 7931f30 + 944348f commit 2d73ed0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -961,11 +961,6 @@ ApplicationWindow {
function onProjectReloaded( project ) {
map.clear()

if ( __activeProject.isProjectLoaded() )
{
projectController.hidePanel()
}

__appSettings.defaultProject = __activeProject.localProject.qgisProjectFilePath ?? ""
__appSettings.activeProject = __activeProject.localProject.qgisProjectFilePath ?? ""
}
Expand Down

0 comments on commit 2d73ed0

Please sign in to comment.