Skip to content

Commit

Permalink
Increase wait time for lower spec hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestonN authored Feb 8, 2022
1 parent c45a585 commit f6c1b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/UserPlaylists/UserPlaylists.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default Vue.extend({
// This is kinda ugly, but should fix a few existing issues
setTimeout(() => {
window.scrollTo(0, scrollPos)
}, 100)
}, 200)
}, 100)
}
},
Expand Down

0 comments on commit f6c1b0e

Please sign in to comment.