@eshanized updated the repository!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-19 02:51:29 +05:30
parent fd88b31539
commit 99aca45b16

View File

@@ -30,7 +30,7 @@ class AboutDialog(Gtk.Dialog):
app_authors.append(("Erik Dubois", None)) app_authors.append(("Erik Dubois", None))
pixbuf = GdkPixbuf.Pixbuf().new_from_file_at_size( pixbuf = GdkPixbuf.Pixbuf().new_from_file_at_size(
os.path.join(base_dir, "images/sofirem.png"), 100, 100 os.path.join(base_dir, "images/blackbox.png"), 100, 100
) )
app_image = Gtk.Image().new_from_pixbuf(pixbuf) app_image = Gtk.Image().new_from_pixbuf(pixbuf)