mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-23 02:41:02 +00:00
feat: add torbox icon
This commit is contained in:
@@ -40,7 +40,8 @@ const bundleBackup = async (
|
||||
return tarLocation;
|
||||
};
|
||||
|
||||
export const createBackup = async (
|
||||
export const uploadSaveGame = async (
|
||||
_event: Electron.IpcMainInvokeEvent,
|
||||
objectId: string,
|
||||
shop: GameShop,
|
||||
downloadOptionTitle: string | null
|
||||
@@ -102,13 +103,4 @@ export const createBackup = async (
|
||||
});
|
||||
};
|
||||
|
||||
const uploadSaveGame = async (
|
||||
_event: Electron.IpcMainInvokeEvent,
|
||||
objectId: string,
|
||||
shop: GameShop,
|
||||
downloadOptionTitle: string | null
|
||||
) => {
|
||||
return createBackup(objectId, shop, downloadOptionTitle);
|
||||
};
|
||||
|
||||
registerEvent("uploadSaveGame", uploadSaveGame);
|
||||
|
||||
Reference in New Issue
Block a user