mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Fix error
This commit is contained in:
parent
54f9771283
commit
9907ade569
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ export function getSetting(key: string): boolean | string {
|
|||
parsed = JSON.parse(storage)
|
||||
}
|
||||
|
||||
return parsed[key].selected
|
||||
return parsed.settings[key].selected
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue