skiff-org / skiff-windows-app

Skiff's Windows app for privacy-first, end-to-end encrypted Mail, Drive, Calendar, and Pages.
https://skiff.com
GNU Affero General Public License v3.0
108 stars 70 forks source link

Adding a check for the presence of WebView2 on the system #24

Open MarcoColomb0 opened 10 months ago

MarcoColomb0 commented 10 months ago

I noticed that on my Windows machines, the application was not loading content. I then discovered that WebView2 wasn't installed, and after installing it, everything worked fine. Is it possible to add a check similar to the one for the .NET 6.0 framework but for WebView2?

amilich commented 10 months ago

Great idea.