Retored reject() connect

This commit is contained in:
donoban 2021-03-14 18:29:32 +01:00
parent 7218e6ec56
commit 9fc151b1c9
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -42,6 +42,7 @@ class VMBootFromDeviceWindow(ui_bootfromdevice.Ui_BootDialog,
self.tr("Boot {vm} from device").format(vm=self.vm)) self.tr("Boot {vm} from device").format(vm=self.vm))
self.buttonBox.accepted.connect(self.save_and_apply) self.buttonBox.accepted.connect(self.save_and_apply)
self.buttonBox.rejected.connect(self.reject)
# populate buttons and such # populate buttons and such
self.__init_buttons__() self.__init_buttons__()