feat: adding freezing backups logic

This commit is contained in:
Chubby Granny Chaser
2025-05-30 04:25:35 +01:00
parent 7a196e4315
commit 7c425eeccc
7 changed files with 85 additions and 7 deletions

View File

@@ -238,6 +238,8 @@ contextBridge.exposeInMainWorld("electron", {
downloadOptionTitle: string | null
) =>
ipcRenderer.invoke("uploadSaveGame", objectId, shop, downloadOptionTitle),
toggleArtifactFreeze: (gameArtifactId: string, freeze: boolean) =>
ipcRenderer.invoke("toggleArtifactFreeze", gameArtifactId, freeze),
downloadGameArtifact: (
objectId: string,
shop: GameShop,