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(() => {
(async () => {
document.title = 'BetterSEQTA+ Store';
fetchThemes();
const availableThemes = await localforage.getItem('availableThemes') as string[];
setCurrentThemes(availableThemes)