Слияние ui -> main #1

Merged
sasheg merged 145 commits from ui into main 2026-08-20 13:54:02 +00:00
Showing only changes of commit 943211314e - Show all commits
@@ -1052,6 +1052,13 @@ public class Bootstrap {
statusLabel.setForeground(new Color(0x45, 0xe9, 0x60));
statusLabel.setText("Crash report sent. Thank you!");
sendBtn.setText("Sent");
new Thread(() -> {
try { Thread.sleep(1200); } catch (InterruptedException ignored) {}
SwingUtilities.invokeLater(() -> {
frame.dispose();
System.exit(exitCode);
});
}).start();
} else {
statusLabel.setForeground(accentColor);
statusLabel.setText("Failed to send. Check logs folder.");