GUI: more explciit error messages

This commit is contained in:
2025-11-25 18:01:38 +01:00
parent 6f5701e700
commit fca29699a6
+1
View File
@@ -119,6 +119,7 @@ if __name__ == "__main__":
None,
"Fatal Error",
f"An error occurred during startup:\n\n{str(e)}\n\nSee console for details."
f"\nPlease check the server is running and your network connection."
)
except:
pass