Skip to content

Commit

Permalink
Update qfieldsync/gui/package_dialog.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 Oct 9, 2024
1 parent e3e6636 commit b29d3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldsync/gui/package_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(self, iface, project, offline_editing, parent=None):
self.__project_configuration = ProjectConfiguration(self.project)
self.packaged_project_title.setText(get_project_title(self.project))
self.packaged_project_name.setText(self.project.baseName())
self.tmp_project = make_temp_qgis_file(self.project)
self.tmp_project_filename = make_temp_qgis_file(self.project)

self.button_box.button(QDialogButtonBox.Save).setText(self.tr("Create"))
self.button_box.button(QDialogButtonBox.Save).clicked.connect(
Expand Down

0 comments on commit b29d3e7

Please sign in to comment.