Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/165'
Browse files Browse the repository at this point in the history
* origin/pr/165:
  Set the window title when cloning a qube
  • Loading branch information
marmarek committed Mar 31, 2019
2 parents 1d68a70 + 8686325 commit 5737645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qubesmanager/qube_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,7 @@ def action_clonevm_triggered(self):
"Cloning Qube..."), "", 0, 0)
self.progress.setCancelButton(None)
self.progress.setModal(True)
self.progress.setWindowTitle("Cloning qube...")
self.progress.show()

thread = common_threads.CloneVMThread(vm, clone_name)
Expand Down

0 comments on commit 5737645

Please sign in to comment.