Skip to content

Commit

Permalink
enh: Sync 3s after startup
Browse files Browse the repository at this point in the history
fixes #1392
  • Loading branch information
marcelklehr committed Nov 5, 2023
1 parent a07a909 commit a98ae97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/browser/BrowserController.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ export default class BrowserController {

// Set correct badge after waiting a bit
setTimeout(() => this.updateStatus(), 3000)

// checkSync after waiting a bit
setTimeout(() => this.alarms.checkSync(), 3000)
}

setEnabled(enabled) {
Expand Down

0 comments on commit a98ae97

Please sign in to comment.