Skip to content

Commit

Permalink
Show Proton-GE and Wine-GE first in list
Browse files Browse the repository at this point in the history
Show probably most used compatibility tools first
  • Loading branch information
DavidoTek committed Oct 27, 2021
1 parent d3f2f5d commit 15a5c6a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupgui2/ctloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def load_ctmods(self, ctmod_dir):
"""
if not os.path.exists(ctmod_dir):
return False
files = os.listdir(ctmod_dir)
files = sorted(os.listdir(ctmod_dir))
for file in files:
if file.startswith('ctmod_'):
try:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 15a5c6a

Please sign in to comment.