From b1f0a8a2696b3f8017ca3fd74464083f67730171 Mon Sep 17 00:00:00 2001 From: "Abhiraj Roy (iconized)" <157954129+iconized@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:50:51 +0530 Subject: [PATCH] re organized #About? --- blackbox/ui/AboutDialog.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/blackbox/ui/AboutDialog.py b/blackbox/ui/AboutDialog.py index 3c7d7b9..788ac5c 100644 --- a/blackbox/ui/AboutDialog.py +++ b/blackbox/ui/AboutDialog.py @@ -1,16 +1,15 @@ +#!/bin/python + # This class stores static information about the app, and is displayed in the about dialog + import os + import gi - from gi.repository import Gtk, Gdk, GdkPixbuf, Pango, GLib - gi.require_version("Gtk", "3.0") base_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), "..")) -# base_dir = os.path.dirname(os.path.realpath(__file__)) - - class AboutDialog(Gtk.Dialog): def __init__(self): Gtk.Dialog.__init__(self) @@ -21,7 +20,7 @@ class AboutDialog(Gtk.Dialog): app_secondary_message = "Install or remove software" app_secondary_description = "Report issues to make it even better" app_version = "pkgversion-pkgrelease" - app_discord = "https://discord.gg/stBhS4taje" + app_discord = "#" app_website = "https://snigdhaos.org" app_github = "https://github.com/Snigdha-OS/snigdhaos-blackbox" app_authors = []