opengoal-launcher/src-tauri/src
Tyler Wilding 7c9de0ab39
backend: display a popup error when an unrecoverable panic occurs (#553)
Fixes #279 

At first I wanted to test if uninstalling WebView2 properly and running
the installer does what it is supposed to do and install it for you.

However, since mid-2023 -- Microsoft has made WebView2 a **required
system dependency of the operating system itself**, and therefore you
**cannot easily uninstall it**. This is something I don't want to mess
with on my own machine.

So instead I added a clear popup (where if you are on windows, it'll
tell you to get WebView2) when a panic occurs. Instead of hoping people
find the crash report file on their desktop.


![image](https://github.com/user-attachments/assets/97dda538-96be-433a-965c-e3ddf6a59f3e)
2024-09-08 00:08:05 -04:00
..
commands support: Compile mod info into support package and use a temp file when creating the package (#545) 2024-08-30 20:25:10 -04:00
util support: Compile mod info into support package and use a temp file when creating the package (#545) 2024-08-30 20:25:10 -04:00
cache.rs Mod Source Support Finalization (#530) 2024-08-30 15:41:07 -04:00
commands.rs Mod Source Support Finalization (#530) 2024-08-30 15:41:07 -04:00
config.rs Mod Source Support Finalization (#530) 2024-08-30 15:41:07 -04:00
main.rs backend: display a popup error when an unrecoverable panic occurs (#553) 2024-09-08 00:08:05 -04:00
util.rs Dynamically change game background based on user's game completion (#298) 2023-08-29 22:01:56 -04:00