aboutsummaryrefslogtreecommitdiff
path: root/docs/TROUBLESHOOTING.md
AgeCommit message (Collapse)Author
2023-09-18docs: Mention workaround for blank window on Linux (#572)Joshua Salzedo
Add entry to troubleshooting page addressing a blank window issue on Linux. See #571 for more info.
2023-08-05docs: Update own Discord user nameGeckoEidechse
Switch from version using discriminator to new username
2023-05-01feat: Show error message if WebView2 not installed (#285)GeckoEidechse
* feat: Show error message if WebView2 not installed on Windows * fix: Add missing dependency * fix: Do not import lib on OS where not needed Don't need to import Windows lib on Linux * feat: Link to troubleshooting page directly * chore: Update comments * docs: Show error message in troubleshooting guide Show the "WebView2 not installed" error message in the troubleshooting guide * fix: Resolve clippy error * fix: Resolve clippy error (again)
2023-04-25docs: Add troubleshooting section (#286)GeckoEidechse
* docs: Add initial troubleshooting section * docs: Link to troubleshooting from FAQ * docs: Add instructions on downloading WebView2