DavidoTek / ProtonUp-Qt

Install and manage GE-Proton, Luxtorpeda & more for Steam and Wine-GE & more for Lutris with this graphical user interface.
https://davidotek.github.io/protonup-qt
GNU General Public License v3.0
1.24k stars 40 forks source link

Fix compat tool game list for Steam Flatpak (CtInfoDialog) #149

Closed DavidoTek closed 1 year ago

DavidoTek commented 1 year ago

Close https://github.com/DavidoTek/ProtonUp-Qt/issues/147

  1. Add a vdf_dir to Steam Flatpak in constants.py
  2. Change the code in pupgui2ctinfodialog.py from else: self.update_game_list_lutris() to elif self.install_loc.get('launcher') == 'lutris': self.update_game_list_lutris()