mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 17:26:09 +03:00
use checkmark for icon if child exits normally
This commit is contained in:
@ -2513,7 +2513,7 @@ pub fn showChildExited(self: *Surface, info: apprt.surface.Message.ChildExited)
|
|||||||
warning_box.as(gtk.Widget).setValign(.end);
|
warning_box.as(gtk.Widget).setValign(.end);
|
||||||
|
|
||||||
const warning_text = if (info.exit_code == 0)
|
const warning_text = if (info.exit_code == 0)
|
||||||
i18n._("⚠️ Process exited normally. Press any key to close the terminal.")
|
i18n._("✔️ Process exited normally. Press any key to close the terminal.")
|
||||||
else
|
else
|
||||||
i18n._("⚠️ Process exited abnormally. Press any key to close the terminal.");
|
i18n._("⚠️ Process exited abnormally. Press any key to close the terminal.");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user