mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-06-13 04:04:59 +03:00
Update NSLGameScanner.py
This commit is contained in:
+2
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user