mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +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);
|
const banner_widget = banner.as(gtk.Widget);
|
||||||
|
|
||||||
banner_widget.addCssClass("child_exited");
|
|
||||||
|
|
||||||
if (info.exit_code == 0)
|
if (info.exit_code == 0)
|
||||||
banner_widget.addCssClass("child_exited_normally")
|
banner_widget.addCssClass("child_exited_normally")
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user