mirror of
https://github.com/mbusb/multibootusb
synced 2024-11-18 15:25:46 +00:00
Merge pull request #167 from metemaddar/master
Ability to work with PyQt4
This commit is contained in:
commit
807756981c
@ -552,7 +552,7 @@ Are you SURE you want to enable it?",
|
||||
msgBox.setInformativeText("Reboot to boot from USB or test it from <b>Boot ISO/USB</b> tab.");
|
||||
msgBox.setStandardButtons(QtWidgets.QMessageBox.Ok)
|
||||
msgBox.setIcon(QtWidgets.QMessageBox.Information)
|
||||
msgBox.exec()
|
||||
msgBox.exec_()
|
||||
|
||||
self.ui_enable_controls()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user