···33## Next
44- Fix selection staying in the same position when videos update
55- Keep video selected if it moves position
66+- Fix settings link in Get Started popup
6778## 1.6.2 - 2024 Jan 15
89- Fix channel page filtering
+7-1
src/lib/modals/GetStarted.svelte
···1414 <p>You can add a channel on the Channels page.</p>
1515 <p>
1616 Consider opening the
1717- <Link href="/" on:click={() => ($settingsOpen = true)}>settings</Link>
1717+ <Link
1818+ href=""
1919+ on:click={(e) => {
2020+ e.preventDefault()
2121+ $settingsOpen = true
2222+ }}>settings</Link
2323+ >
1824 to see how to get your own API key. Kadium has a default one, but it's vulnerable to abuse and
1925 could run out of quota.
2026 </p>