Skip to content

Commit

Permalink
Merge pull request #991 from opengisch/hidesystem
Browse files Browse the repository at this point in the history
hide system layers in legend.
  • Loading branch information
signedav authored Nov 27, 2024
2 parents ac2f164 + e588c6b commit fff0150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def _create_project(self):
self.workflow_wizard.log_panel.print_info(
self.tr("Arranging layers into groups…")
)
legend = generator.legend(available_layers)
legend = generator.legend(available_layers, hide_systemlayers=True)

self.progress_bar.setValue(50)

Expand Down

0 comments on commit fff0150

Please sign in to comment.