Skip to content

Commit

Permalink
Fix window service
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Feb 23, 2024
1 parent 963e665 commit 17bdbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/electron/main/services/WindowService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class WindowService {
);
} else {
await this.onboardingWindow.loadFile(path.join(process.env.DIST, 'index.html'), {
hash: 'onboarding'
hash: `onboarding?isMacOS=${process.platform === 'darwin'}`
});
}

Expand Down

0 comments on commit 17bdbc6

Please sign in to comment.