Set the window title when cloning a qube

This commit is contained in:
AJ Jordan 2019-03-27 21:35:08 -04:00
parent ee8bce269f
commit 868632555b
No known key found for this signature in database
GPG Key ID: A4FDB7BE12F63EC3

View File

@ -836,6 +836,7 @@ class VmManagerWindow(ui_qubemanager.Ui_VmManagerWindow, QtGui.QMainWindow):
"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)