Skip to content

Commit

Permalink
Merge pull request #562 from opengisch/no-transfer-duplicates
Browse files Browse the repository at this point in the history
Prevent rendering the files to be transfered twice
  • Loading branch information
suricactus authored Jan 30, 2024
2 parents ff53ae8 + 3e1d192 commit a5dc9b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qfieldsync/gui/cloud_transfer_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,8 @@ def prepare_project_transfer(self):
def build_files_tree(self):
assert self.project_transfer

self.filesTree.clear()

# NOTE algorithmic part
# ##########
# The "cloud_files" objects are assumed to be sorted alphabetically by name.
Expand Down

0 comments on commit a5dc9b3

Please sign in to comment.