mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
fix: bring back theme features for Linux
This commit is contained in:
6
main.js
6
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`)
|
||||
}
|
||||
|
||||
setSplashProgress(3); // Almost ready
|
||||
await createMainWindow();
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user