mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding i18n for cloud sync
This commit is contained in:
parent
32fa69627c
commit
9b5e13ad35
13 changed files with 59 additions and 27 deletions
|
@ -58,12 +58,12 @@ import "./profile/update-profile";
|
|||
import "./profile/process-profile-image";
|
||||
import "./profile/send-friend-request";
|
||||
import "./profile/sync-friend-requests";
|
||||
import "./cloud-sync/download-game-artifact";
|
||||
import "./cloud-sync//get-game-artifacts";
|
||||
import "./cloud-sync/get-game-backup-preview";
|
||||
import "./cloud-sync/upload-save-game";
|
||||
import "./cloud-sync/check-game-cloud-sync-support";
|
||||
import "./cloud-sync/delete-game-artifact";
|
||||
import "./cloud-save/download-game-artifact";
|
||||
import "./cloud-save/get-game-artifacts";
|
||||
import "./cloud-save/get-game-backup-preview";
|
||||
import "./cloud-save/upload-save-game";
|
||||
import "./cloud-save/check-game-cloud-sync-support";
|
||||
import "./cloud-save/delete-game-artifact";
|
||||
import { isPortableVersion } from "@main/helpers";
|
||||
|
||||
ipcMain.handle("ping", () => "pong");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue