Skip to content

Commit

Permalink
umu_run: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Sep 25, 2024
1 parent e378805 commit c2260af
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 @@ -462,7 +462,7 @@ def rearrange_gamescope_baselayer_order(
rearranged: list[int]

# Gamescope identifies Steam's window by the App ID 769 or by the atom
# STEAM_BIGPICTURE. This identifier must be last element in the sequence
# STEAM_BIGPICTURE. This id must be the last element in the sequence
if sequence and sequence[-1] == 769:
return None

Expand Down

0 comments on commit c2260af

Please sign in to comment.