Update NSLGameScanner.py

This commit is contained in:
Roy
2025-11-23 09:33:17 -08:00
committed by GitHub
parent dd17e70668
commit 1f6e10d4a4
+2 -1
View File
@@ -983,7 +983,8 @@ window.createShortcut = async function(data) {
const notificationPayload = {
rawbody: data.appname + " was added to your library!",
state: "ingame"
state: "ingame",
steamid: "",
};
if (window.SteamClient && SteamClient.ClientNotifications) {