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 Oct 22, 2024
1 parent edfff3b commit c807ce7
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 @@ -476,7 +476,7 @@ def rearrange_gamescope_baselayer_order(
log.exception(e)
return None

# Steam's window should last, while assigned layer 2nd to last
# Steam's window should be last, while assigned layer 2nd to last
rearranged = [*rearranged[:-1], steam_layer_id, STEAM_WINDOW_ID]
log.debug("Rearranging base layer sequence")
log.debug("'%s' -> '%s'", sequence, rearranged)
Expand Down

0 comments on commit c807ce7

Please sign in to comment.