Skip to content

Commit

Permalink
SUKU troubleshooting url fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Nov 4, 2024
1 parent 889cc25 commit 302bd1c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"DOCUMENTATION_REFERENCEMANUAL_URL": "https://links.intech.studio/wiki",
"DOCUMENTATION_DISCORDSERVER_URL": "https://links.intech.studio/discord",
"DOCUMENTATION_TROUBLESHOOTING_URL": "https://links.intech.studio/grid-troubleshoot",
"DOCUMENTATION_FIRMWAREUPDATE_URL": "https://links.intech.studio/grid-firmware",
"DOCUMENTATION_MAINTENANCE_URL": "https://links.intech.studio/grid-maintanance",
"DOCUMENTATION_ANALYTICS_POLICY_URL": "https://links.intech.studio/analytics",
"PUBLIC_ROADMAP_URL": "https://intechstudio.hellonext.co/",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/main/FirmwareCheck.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ STATE 6 | Error | Button -> STATE 0 (Close notification)
mandatory: false,
});
const url = configuration.DOCUMENTATION_FIRMWAREUPDATE_URL;
const url = configuration.DOCUMENTATION_TROUBLESHOOTING_URL;
window.electron.openInBrowser(url);
}
</script>
Expand Down
9 changes: 0 additions & 9 deletions src/renderer/main/modals/Welcome.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,6 @@
>
Grid does not connect...
</button>
<button
on:click={(e) =>
window.electron.openInBrowser(
configuration.DOCUMENTATION_FIRMWAREUPDATE_URL
)}
class="flex w-full text-blue-500 cursor-pointer"
>
Updating the firmware...
</button>
<button
on:click={(e) =>
window.electron.openInBrowser(
Expand Down

0 comments on commit 302bd1c

Please sign in to comment.