You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🛠 Fixed Windows (MinGW) CI Build
Change: Corrected the Qt tools installation syntax in the GitHub Actions workflow (windows-mingw.yml).
Details: Removed the deprecated version string from the tools parameter of install-qt-action.
Result: Resolves the CLI argument parsing error within the underlying aqt utility (aqt: error: unrecognized arguments),
allowing automated builds to finish successfully.
📂 Fixed Intel CPU Database Dialog Trigger
Change: Fixed a UI bug where clicking "OK" on the "Intel CPU configuration template" informational guide box would do nothing instead of opening the template database.
Details: Removed an accidental early return; statement in MainWindow::on_actionDatabase_triggered().
Result: Clicking "OK" on the guide window properly launches the local configuration template database dialog as intended.