Skip to content

Commit 92c7179

Browse files
feat(gui): add GoldSrc games to "Open In" menu
1 parent 5884a62 commit 92c7179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/Window.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ void ScanSteamGamesWorker::run() {
17451745

17461746
// Add Steam games
17471747
for (auto appID : steam.getInstalledApps()) {
1748-
if (!steam.isAppUsingSourceEngine(appID) && !steam.isAppUsingSource2Engine(appID)) {
1748+
if (!steam.isAppUsingGoldSrcEngine(appID) && !steam.isAppUsingSourceEngine(appID) && !steam.isAppUsingSource2Engine(appID)) {
17491749
continue;
17501750
}
17511751
sourceGames.emplace_back(

0 commit comments

Comments
 (0)