Skip to content

Commit

Permalink
Remove custom themes (#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
cRui861 authored Feb 27, 2023
1 parent 8af9635 commit f139a07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/services/themes/theme.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
];
}

Expand Down

0 comments on commit f139a07

Please sign in to comment.