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:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user