From d9816883569691f47b964a13b2c92db71e13b9ec Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:43:31 -0700 Subject: [PATCH] umu_run: fix comment --- umu/umu_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umu/umu_run.py b/umu/umu_run.py index 88fa309ed..4a34e8bf1 100755 --- a/umu/umu_run.py +++ b/umu/umu_run.py @@ -740,7 +740,7 @@ def run_command(command: list[AnyPath]) -> int: # Currently, Flatpak apps that use umu as their runtime will not have their # game window brought to the foreground due to the base layer being out of - # order. Ensure we're in a steamos gamescope session fixing them + # order. Ensure we're in a steamos gamescope session before fixing them # See https://github.com/ValveSoftware/gamescope/issues/1341 if is_steamos() and os.environ.get("XDG_CURRENT_DESKTOP") == "gamescope": log.debug("SteamOS gamescope session detected")