Skip to content

Commit

Permalink
umu_run: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Aug 13, 2024
1 parent f189a26 commit d981688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umu/umu_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d981688

Please sign in to comment.