mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
fix replacing gestalt path when clicking cancel on dialog
This commit is contained in:
@@ -877,8 +877,6 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||||||
selected_file=selected_file
|
selected_file=selected_file
|
||||||
)
|
)
|
||||||
dialog.exec()
|
dialog.exec()
|
||||||
self.device_manager.data_singleton.gestalt_path = selected_file
|
|
||||||
self.ui.gestaltLocationLbl.setText(selected_file)
|
|
||||||
# hide the warning labels
|
# hide the warning labels
|
||||||
self.ui.mgaWarningLbl.hide()
|
self.ui.mgaWarningLbl.hide()
|
||||||
self.ui.mgaWarningLbl2.hide()
|
self.ui.mgaWarningLbl2.hide()
|
||||||
|
|||||||
Reference in New Issue
Block a user