diff --git a/src/Abstract/Entity/Button.php b/src/Abstract/Entity/Button.php index a51d5e0c..c7d4cd28 100644 --- a/src/Abstract/Entity/Button.php +++ b/src/Abstract/Entity/Button.php @@ -16,7 +16,7 @@ abstract class Button { $this->gtk = new \GtkButton; - if ($this::IMAGE && \GtkIconTheme::get_default()->has_icon($this::IMAGE)) + if (\GtkIconTheme::get_default()->has_icon($this::IMAGE)) { $this->gtk->set_image( \GtkImage::new_from_icon_name(