remove unused css class from gtk child exited widget

pull/7836/head
Jeffrey C. Ollie 2025-07-07 11:59:03 -05:00
parent bf0659f07b
commit f24ec13963
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 0 additions and 2 deletions

View File

@ -2522,8 +2522,6 @@ pub fn showChildExited(self: *Surface, info: apprt.surface.Message.ChildExited)
const banner_widget = banner.as(gtk.Widget);
banner_widget.addCssClass("child_exited");
if (info.exit_code == 0)
banner_widget.addCssClass("child_exited_normally")
else