Skip to content

Commit

Permalink
added qmessagebox
Browse files Browse the repository at this point in the history
  • Loading branch information
SAMAD101 committed Sep 12, 2023
1 parent 690d837 commit e8afe15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vorta/views/repo_add_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ def initialize_new_repo_window(self):
# Autofilling of fields from this previous window
new_window.repoURL.setText(self.values['repo_url'])
new_window.repoName.setText(self.values['repo_name'])
new_window.values['repo_url'] = self.values['repo_url']
new_window.values['repo_name'] = self.values['repo_name']
new_window.set_password(new_window.values['repo_url'])
new_window.passwordInput.passwordLineEdit.setText(self.passwordInput.get_password())
new_window.passwordInput.confirmLineEdit.setText(self.passwordInput.get_password())
Expand Down

0 comments on commit e8afe15

Please sign in to comment.