From a687be90227ff1ebecc3cd771da18dfaaa899624 Mon Sep 17 00:00:00 2001
From: Maciej Bartczak <39600846+maciekbartczak@users.noreply.github.com>
Date: Thu, 2 Jan 2025 13:52:53 +0100
Subject: [PATCH] add the warning emoji to the message
---
src/apprt/gtk/Window.zig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/apprt/gtk/Window.zig b/src/apprt/gtk/Window.zig
index cc36f6508..bf67c5eda 100644
--- a/src/apprt/gtk/Window.zig
+++ b/src/apprt/gtk/Window.zig
@@ -263,7 +263,7 @@ pub fn init(self: *Window, app: *App) !void {
if (try it.next()) |_| {
const warning_text = try std.fmt.allocPrintZ(
self.app.core_app.alloc,
- \\ There are existing crash reports located at {s}.
+ \\ ⚠️ There are existing crash reports located at {s}.
\\ If possible, report them to the developers to help improve the application.
,
.{crash_dir.path, crash_dir.path}