Skip to content

Commit

Permalink
Fix a issue not to open a forum webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongJun-Lee committed Feb 13, 2023
1 parent 17d77bb commit 2983706
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/preload/preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,12 @@ window.openEntryWebPage = () => {
};

window.openEntryArduBookWebPage = () => {
if (Lang == 'ko') {
shell.openExternal('https://jjlee.gitbook.io/entry-arduino');
}
shell.openExternal('https://jjlee.gitbook.io/entry-arduino');
};

window.openEntryForumWebPage = () => {
if (Lang == 'uz') {
shell.openExternal('https://forum.roboticsware.uz/t/entry');
}
};
shell.openExternal('https://forum.roboticsware.uz/t/entry');
};

window.openHardwarePage = () => {
ipcRenderer.send('openHardwareWindow');
Expand Down

0 comments on commit 2983706

Please sign in to comment.