Skip to content

Commit

Permalink
Minor message box tweaks for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltrails committed Aug 20, 2022
1 parent 05620b6 commit 60a65ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vdu_controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3343,6 +3343,7 @@ def show_window():
release_alert.setText(RELEASE_ANNOUNCEMENT)
release_alert.setTextFormat(Qt.RichText)
release_alert.setStandardButtons(QMessageBox.Close)
release_alert.exec()

if main_config.file_path:
log_info(f"Converting {main_config.file_path} to version {VDU_CONTROLS_VERSION}")
Expand Down

0 comments on commit 60a65ad

Please sign in to comment.