Skip to content

Commit

Permalink
docs: comment used old var name
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Jan 1, 2023
1 parent 74e45a1 commit aba7268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/state/middleware.action-hub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const actionHubMiddleware =
const previousState = getState()

// Initial request to prompt to become default browser
// Check must happen before reducer run, before firstRun set to false
// Check must happen before reducer run, before isSetup set to false
if (readiedApp.match(action) && !previousState.storage.isSetup) {
app.setAsDefaultProtocolClient('http')
app.setAsDefaultProtocolClient('https')
Expand Down

0 comments on commit aba7268

Please sign in to comment.