diff --git a/usr/share/snigdhaos-welcome/snigdhaos-welcome.py b/usr/share/snigdhaos-welcome/snigdhaos-welcome.py index 2395e13..2daf477 100644 --- a/usr/share/snigdhaos-welcome/snigdhaos-welcome.py +++ b/usr/share/snigdhaos-welcome/snigdhaos-welcome.py @@ -73,7 +73,7 @@ label#label_style_eshan { class Main(Gtk.Window): def __init__(self): - super(Main, self).__init__(title="Snigdha OS Welcome - [Arctic]") + super(Main, self).__init__(title="Snigdha OS Welcome") self.set_border_width(10) self.set_default_size(860, 450) self.set_icon_from_file(os.path.join(base_dir, "images/snigdhaos-welcome.png")) diff --git a/usr/share/snigdhaos-welcome/ui/__pycache__/GUI.cpython-311.pyc b/usr/share/snigdhaos-welcome/ui/__pycache__/GUI.cpython-311.pyc index f4970bb..dc2a12f 100644 Binary files a/usr/share/snigdhaos-welcome/ui/__pycache__/GUI.cpython-311.pyc and b/usr/share/snigdhaos-welcome/ui/__pycache__/GUI.cpython-311.pyc differ