If the login window is manually closed, this line will crash the app:
https://github.com/syntaxfm/production-assistant/blob/main/src-tauri/src/lib.rs#L58
Look into creating the window if it does not exist or creating the window every time programmatically.
If the login window is manually closed, this line will crash the app:
https://github.com/syntaxfm/production-assistant/blob/main/src-tauri/src/lib.rs#L58
Look into creating the window if it does not exist or creating the window every time programmatically.