Never display placeholder text for an app collector game

Fixes #567
This commit is contained in:
Cameron Gutman
2021-05-02 10:39:25 -05:00
parent 8fcef63890
commit ac19f62ed9
3 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ class AppModel : public QAbstractListModel
BoxArtRole,
HiddenRole,
AppIdRole,
DirectLaunchRole
DirectLaunchRole,
AppCollectorGameRole,
};
public: