diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 5db87d2..b7a71bf 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -86,6 +86,7 @@ class ManjaroHello(): img = Gtk.Image.new_from_file(self.data_path + "img/external-link.png") img.set_margin_left(2) self.builder.get_object(btn).set_image_position(Gtk.PositionType.RIGHT) + self.builder.get_object(btn).set_always_show_image(True) self.builder.get_object(btn).set_image(img) # Set autostart switcher state