Skip to content

Commit

Permalink
Set the window title when cloning a qube
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Mar 28, 2019
1 parent ee8bce2 commit 8686325
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 8686325

Please sign in to comment.