refactor: update user int,

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-02 16:47:55 +05:30
parent e308dcbf71
commit c2c87e76f1
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -354,7 +354,7 @@ def GUI(self, Gtk, GdkPixbuf):
hbox_install_buttons.pack_start(button_resolution, False, True, 0)
label_creds = Gtk.Label(xalign=0)
label_creds.set_markup("User: liveuser | Pass: No Password")
label_creds.set_markup("User: whoami | Pass: No Password")
label_creds.set_name("label_style")
hbox_user = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=10)