Browse Source

Retored reject() connect

donoban 3 years ago
parent
commit
9fc151b1c9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      qubesmanager/bootfromdevice.py

+ 1 - 0
qubesmanager/bootfromdevice.py

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