UI: Add option to enable/disable syncing Steam achievements (#2117)

This commit is contained in:
catloversg
2025-05-10 16:13:41 +07:00
committed by GitHub
parent 290557332c
commit 494ef0dff3
13 changed files with 197 additions and 64 deletions

View File

@@ -11,6 +11,7 @@ contextBridge.exposeInMainWorld("electronBridge", {
"push-game-ready",
"push-import-result",
"push-disable-restore",
"activate-achievements",
];
if (validChannels.includes(channel)) {
ipcRenderer.send(channel, data);