mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: adding wine prefix to preview
This commit is contained in:
parent
bfcf8178d8
commit
ceef316a19
2 changed files with 12 additions and 3 deletions
|
|
@ -52,12 +52,13 @@ export class Ludusavi {
|
|||
|
||||
static async getBackupPreview(
|
||||
_shop: GameShop,
|
||||
objectId: string
|
||||
objectId: string,
|
||||
winePrefix?: string | null
|
||||
): Promise<LudusaviBackup | null> {
|
||||
const config = await this.getConfig();
|
||||
|
||||
const backupData = await this.worker.run(
|
||||
{ title: objectId, preview: true },
|
||||
{ title: objectId, winePrefix, preview: true },
|
||||
{ name: "backupGame" }
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue