diff --git a/public/script/reportBug.js b/public/script/reportBug.js index e40079e..69b428a 100644 --- a/public/script/reportBug.js +++ b/public/script/reportBug.js @@ -76,7 +76,7 @@ class BugReportModal { window.electronAPI.logInfo("Submitting:", data); try { - const success = await window.electronAPI.sendReport(data); + const success = await window.topbarAPI.sendReport(data); if (success) { localStorage.removeItem("draft_bug_title");