Skip to content

Commit c7c75d0

Browse files
authored
Merge pull request #224 from Tormak9970/dev
chore: build 3.10.4
2 parents 7a5912f + 498b210 commit c7c75d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/controllers/SteamController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export class SteamController {
233233
const structuredShortcuts = Object.values(shortcuts).map((shortcut: any) => {
234234
return {
235235
"appid": shortcut.appid,
236-
"name": shortcut.AppName ?? shortcut.appname
236+
"name": shortcut.AppName ?? shortcut.appName ?? shortcut.appname
237237
};
238238
});
239239
nonSteamGames.set(structuredShortcuts);

0 commit comments

Comments
 (0)