diff --git a/main.js b/main.js index dba0039..7d64f79 100644 --- a/main.js +++ b/main.js @@ -117,14 +117,8 @@ app.whenReady().then(async () => { setSplashProgress(2); // Loading themes - // TODO: Patch this, i disable this features for the moment - // Themes are currently disabled if we are not on Windows - if(isWindows){ - initUserThemes(); - await initThemes(userThemesPath); - } else { - logger.info(`OS is ${process.platform}, Skipping themes loading`) - } + initUserThemes(); + await initThemes(userThemesPath); setSplashProgress(3); // Almost ready await createMainWindow(); diff --git a/resources/binaries/linux/yt-dlp b/resources/binaries/linux/yt-dlp index 8d9bafb..370f89d 100755 Binary files a/resources/binaries/linux/yt-dlp and b/resources/binaries/linux/yt-dlp differ