🛠 refactor(_remove): 3=> 1

This commit is contained in:
eshanized
2024-12-21 01:40:06 +05:30
parent 246b2e41e9
commit 3d84095587

View File

@@ -29,11 +29,7 @@ class MessageDialog(Gtk.Dialog):
headerbar.set_title(title)
headerbar.set_show_close_button(True)
headerbar.pack_start(
Gtk.Image().new_from_pixbuf(
GdkPixbuf.Pixbuf().new_from_file_at_size(os.path.join(base_dir, "images/snigdhaos-icon.png"), 24, 24)
)
)
headerbar.pack_start(Gtk.Image().new_from_pixbuf(GdkPixbuf.Pixbuf().new_from_file_at_size(os.path.join(base_dir, "images/snigdhaos-icon.png"), 24, 24)))
self.set_titlebar(headerbar)