Skip to content

Commit

Permalink
fix prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lseoksee committed Feb 12, 2025
1 parent 1a8ae28 commit b39f515
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CustomApps/lyrics-plus/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const ConfigSlider = ({ name, defaultValue, onChange = () => {} }) => {

useEffect(() => {
setActive(defaultValue);
onChange(defaultValue);
}, [defaultValue]);

const toggleState = useCallback(() => {
Expand Down Expand Up @@ -648,7 +647,7 @@ function openConfig() {
},
{
desc: "Musixmatch Translation Language.",
info: "Choose the language you want to translate the lyrics to. When the language is changed, the page reloads.",
info: "Choose the language you want to translate the lyrics to. When the language is changed, the lyrics reloads.",
key: "musixmatch-translation-language",
type: ConfigSelection,
options: languageOptions,
Expand Down

0 comments on commit b39f515

Please sign in to comment.