mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
store change title of window
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user