Skip to content

Commit

Permalink
Fix navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Oct 8, 2024
1 parent 397d143 commit def61e6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ app.on('window-all-closed', () => {

protocol.registerSchemesAsPrivileged([
{
scheme: 'trackimg',
privileges: { supportFetchAPI: true },
scheme: 'app',
privileges: {
standard: true, // standard URLs have origins, which is required for history.pushState
supportFetchAPI: true,
},
},
])

Expand Down

0 comments on commit def61e6

Please sign in to comment.