Add warning about error report deletion to the error controller

This commit is contained in:
Armin Schrenk
2023-02-15 11:44:37 +01:00
parent c5c5e297b7
commit c5b21b0d8c

View File

@@ -29,9 +29,11 @@ public class ErrorController implements FxController {
OS: %s / %s
App: %s / %s
<!-- ✏ Please describe what happened as accurately as possible. -->
<!-- ✏ Please describe what happened as accurately as possible. -->
<!-- 📋 Please also copy and paste the detail text from the error window. -->
<!-- 📋 Please also copy and paste the detail text from the error window to the next line. -->
<!-- ❗ If the description or the detail text is missing, the discussion will be deleted. -->
""";
private final Application application;