Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrati committed Jul 17, 2024
1 parent 2f15354 commit 56528a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ app.directive('ripple', Ripple)

app.mount('#app')

requestIdleCallback(() => {
queueMicrotask(() => {
window.getCurrentWindow().show()
})

0 comments on commit 56528a1

Please sign in to comment.