mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
remove unused css class from gtk child exited widget
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user