refactor: nothing changes

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-02 17:01:05 +05:30
parent c2c87e76f1
commit 2972dc26b0
2 changed files with 12 additions and 12 deletions

View File

@@ -59,7 +59,7 @@ label#label_style_eshan {
border-radius: 0px;
font-size: 16px;
font-weight: bold;
color: #F8C8DC;
color: #2af598;
}
"""
@@ -605,7 +605,7 @@ class Main(Gtk.Window):
subprocess.run(
[
"pkexec",
"/usr/bin/rate-mirrors",
"rate-mirrors",
"--concurrency",
"40",
"--disable-comments",

View File

@@ -189,7 +189,7 @@ def GUI(self, Gtk, GdkPixbuf):
mew_event.connect(
"button_press_event",
self.on_social_clicked,
"https://github.com/snigdhalinux",
"https://github.com/Snigdha-OS",
)
label_social_padding = Gtk.Label(xalign=0, yalign=0)