fix: bring back theme features for Linux

This commit is contained in:
MasterAcnolo
2026-07-22 18:16:33 +02:00
parent 8b31436e25
commit 15f59a6093
2 changed files with 2 additions and 8 deletions

View File

@@ -117,14 +117,8 @@ app.whenReady().then(async () => {
setSplashProgress(2); // Loading themes 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(); initUserThemes();
await initThemes(userThemesPath); await initThemes(userThemesPath);
} else {
logger.info(`OS is ${process.platform}, Skipping themes loading`)
}
setSplashProgress(3); // Almost ready setSplashProgress(3); // Almost ready
await createMainWindow(); await createMainWindow();

Binary file not shown.