Feat: scan ffmpeg command (#116)

* package rpm

* fix model url

* scan/check ffmpeg command

* handle undefined

* add reset settings button

* add ffmpeg install instrunction for mac

* improve landing steps
This commit is contained in:
an-lee
2024-01-15 14:12:22 +08:00
committed by GitHub
parent 6cc9cb9da2
commit 187038c42e
19 changed files with 456 additions and 128 deletions

View File

@@ -78,7 +78,6 @@ export const AppSettingsProvider = ({
const fetchLanguage = async () => {
const language = await EnjoyApp.settings.getLanguage();
console.log(language);
setLanguage(language as "en" | "zh-CN");
i18n.changeLanguage(language);
};