store change title of window

This commit is contained in:
SethBurkart123
2024-05-21 19:20:51 +10:00
parent 78e48e4d23
commit ef5f15d3ea
+2
View File
@@ -89,6 +89,8 @@ const Store = () => {
useEffect(() => { useEffect(() => {
(async () => { (async () => {
document.title = 'BetterSEQTA+ Store';
fetchThemes(); fetchThemes();
const availableThemes = await localforage.getItem('availableThemes') as string[]; const availableThemes = await localforage.getItem('availableThemes') as string[];
setCurrentThemes(availableThemes) setCurrentThemes(availableThemes)