feat: add scan installed games functionality with UI integration

This commit is contained in:
Moyasee
2026-01-19 15:17:27 +02:00
parent c9801644ac
commit 88b2581797
9 changed files with 457 additions and 3 deletions

View File

@@ -241,6 +241,7 @@ contextBridge.exposeInMainWorld("electron", {
ipcRenderer.invoke("changeGamePlayTime", shop, objectId, playtime),
extractGameDownload: (shop: GameShop, objectId: string) =>
ipcRenderer.invoke("extractGameDownload", shop, objectId),
scanInstalledGames: () => ipcRenderer.invoke("scanInstalledGames"),
getDefaultWinePrefixSelectionPath: () =>
ipcRenderer.invoke("getDefaultWinePrefixSelectionPath"),
createSteamShortcut: (shop: GameShop, objectId: string) =>