Skip to content

Commit

Permalink
Disable uplay overlay by default
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Aug 9, 2024
1 parent 41bb34a commit a516a94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gamefixes-steam/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ def use_steam_commands():
util.set_dxvk_option(str(dxvk_opt[0]), str(dxvk_opt[1]))

use_steam_commands()

# Ubisoft
if '-uplay_steam_mode' in sys.argv:
util.disable_uplay_overlay()

0 comments on commit a516a94

Please sign in to comment.