Skip to content

Commit

Permalink
relative link
Browse files Browse the repository at this point in the history
  • Loading branch information
georgexu99 committed May 17, 2024
1 parent 02f23f3 commit cc7d844
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion lib/utility/api/module-list.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Utility side modules, please sort alphabetically.
export const utilityNodeModuleList: ElectronInternal.ModuleEntry[] = [
{ name: 'net', loader: () => require('./net') },
{ name: 'systemPreferences', loader: () => require('./system-preferences') }
{ name: 'systemPreferences', loader: () => require('../../browser/api/system-preferences') }
];
10 changes: 0 additions & 10 deletions lib/utility/api/system-preferences.ts

This file was deleted.

0 comments on commit cc7d844

Please sign in to comment.