diff --git a/src/app/services/themes/theme.service.ts b/src/app/services/themes/theme.service.ts index 6ed7e3c5b4..d8236c4884 100644 --- a/src/app/services/themes/theme.service.ts +++ b/src/app/services/themes/theme.service.ts @@ -61,8 +61,7 @@ export class ThemeService implements OnDestroy { }); this._themesLoadPath = [ - path.join(batchExplorer.resourcesFolder, "data", "themes"), - path.join(fs.commonFolders.userData, "themes"), + path.join(batchExplorer.resourcesFolder, "data", "themes") ]; }