Skip to content

Commit 1d949a4

Browse files
committed
import auths on sync
1 parent 9aa843c commit 1d949a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Mergin/projects_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ def sync_project(self, project_dir, project_name=None):
487487
QMessageBox.information(None, "Project sync", msg, QMessageBox.StandardButton.Close)
488488
# clear canvas cache so any changes become immediately visible to users
489489
self.iface.mapCanvas().clearCache()
490+
AuthSync().import_auth()
490491
self.iface.mapCanvas().refresh()
491492
else:
492493
# we were cancelled - but no need to show a message box about that...?

0 commit comments

Comments
 (0)