Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function to check if WebView is actually available #125

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

Kodikuu
Copy link

@Kodikuu Kodikuu commented Jul 18, 2024

An OS version check by itself isn't enough for Windows, which also needs to have the WebView2 runtime installed.

Adds MTY_WebViewIsAvailable, which checks for all requirements.
Currently this checks macOS for its version, and Windows for the presence of the WebView2 runtime.

@Kodikuu Kodikuu added the 2. Review requested You have coded your code, and can now be reviewed. label Jul 18, 2024
@Kodikuu Kodikuu self-assigned this Jul 18, 2024
@RonaldH-Parsec RonaldH-Parsec merged commit d6a0c52 into stable Jul 18, 2024
@RonaldH-Parsec RonaldH-Parsec deleted the wv-check-avail branch July 18, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. Review requested You have coded your code, and can now be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants