Skip to content

Commit

Permalink
Update qfieldsync/gui/layers_config_widget.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ivanov <[email protected]>
  • Loading branch information
SeqLaz and suricactus authored Jul 16, 2024
1 parent 3fca261 commit f1edc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldsync/gui/layers_config_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def reloadProject(self):

# Get filtered layers
show_visible_only = self.showVisibleLayersOnlyCheckbox.isChecked()
text_filter = self.textFilterBox.text().lower()
filter_text = self.textFilterBox.text().lower()

for layer_source in self.layer_sources:
layer_name = layer_source.layer.name().lower()
Expand Down

0 comments on commit f1edc7b

Please sign in to comment.