From ce127e7d1db21f1f2111e4b48628f76df8429e57 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 19 Apr 2024 02:52:17 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/share/blackbox/ui/AboutDialog.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/share/blackbox/ui/AboutDialog.py b/usr/share/blackbox/ui/AboutDialog.py index ab97862..3c2c215 100644 --- a/usr/share/blackbox/ui/AboutDialog.py +++ b/usr/share/blackbox/ui/AboutDialog.py @@ -23,7 +23,7 @@ class AboutDialog(Gtk.Dialog): app_version = "pkgversion-pkgrelease" app_discord = "https://discord.gg/stBhS4taje" app_website = "https://arcolinux.info" - app_github = "https://github.com/arcolinux/sofirem-dev" + app_github = "https://github.com/Snigdha-OS/blackbox" app_authors = [] app_authors.append(("Cameron Percival", None)) app_authors.append(("Fennec", None)) @@ -36,7 +36,7 @@ class AboutDialog(Gtk.Dialog): self.set_resizable(False) self.set_size_request(560, 350) - self.set_icon_from_file(os.path.join(base_dir, "images/sofirem.png")) + self.set_icon_from_file(os.path.join(base_dir, "images/blackbox.png")) self.set_border_width(10) headerbar = Gtk.HeaderBar() @@ -85,7 +85,7 @@ class AboutDialog(Gtk.Dialog): ivbox_about.pack_start(lbl_secondary_message, True, True, 0) ivbox_about.pack_start(lbl_secondary_description, True, True, 0) - stack.add_titled(ivbox_about, "About Sofirem", "About") + stack.add_titled(ivbox_about, "About BlackBox", "About") grid_support = Gtk.Grid()