Skip to content

Commit

Permalink
fix preload info.js
Browse files Browse the repository at this point in the history
  • Loading branch information
islamiaat committed Mar 15, 2023
1 parent 4582151 commit 9b1d5b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/preload/preload_modules/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,12 @@ module.exports = function info(fs, path, App_Path, shell) {
url_7.addEventListener('click', e => {
shell.openExternal('https://github.com/zertosh/v8-compile-cache')
});

url_8.addEventListener('click', e => {
shell.openExternal('https://github.com/xsoh/moment-hijri')
});

url_9.addEventListener('click', e => {
shell.openExternal('https://github.com/jsmreese/moment-duration-format')
});
}

0 comments on commit 9b1d5b5

Please sign in to comment.