Skip to content

Commit

Permalink
umu_run: update type in function header
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Aug 13, 2024
1 parent 3639d0f commit 76e3feb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions umu/umu_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,12 +507,9 @@ def set_steam_game_property(


def get_gamescope_baselayer_order(
d: display.Display | None,
d: display.Display,
) -> list[int] | None:
"""Get the gamescope base layer seq on the primary root window."""
if not d:
return None

try:
root_primary: Window = d.screen().root

Expand Down

0 comments on commit 76e3feb

Please sign in to comment.