From 21839480dccd980011e0f244fe253f621b0e558f Mon Sep 17 00:00:00 2001 From: Faugus <112667550+Faugus@users.noreply.github.com> Date: Sun, 3 Nov 2024 13:18:18 -0300 Subject: [PATCH] Improved verbose output on splash window --- faugus-run.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/faugus-run.py b/faugus-run.py index 860f80d..896161e 100644 --- a/faugus-run.py +++ b/faugus-run.py @@ -129,7 +129,6 @@ class FaugusRun: print(f"Failed to start scc-daemon: {e}") def show_warning_dialog(self): - self.warning_dialog = Gtk.Window(title="Faugus Launcher") self.warning_dialog.set_decorated(False) self.warning_dialog.set_resizable(False) @@ -222,13 +221,10 @@ class FaugusRun: self.label.set_text("Extracting UMU-Proton...") if "GE-Proton is up to date" in clean_line: self.label.set_text("GE-Proton is up to date") - GLib.timeout_add_seconds(3, lambda: self.label.set_text("") or False) if "UMU-Proton is up to date" in clean_line: self.label.set_text("UMU-Proton is up to date") - GLib.timeout_add_seconds(3, lambda: self.label.set_text("") or False) if "steamrt is up to date" in clean_line: self.label2.set_text("Steam Runtime is up to date") - GLib.timeout_add_seconds(3, lambda: self.label2.set_text("") or False) if "->" in clean_line and "GE-Proton" in clean_line: self.label.set_text("GE-Proton is up to date") if "->" in clean_line and "UMU-Proton" in clean_line: