fix: sendReport wrong IPC instance

This commit is contained in:
MasterAcnolo
2026-09-27 20:02:56 +02:00
parent 99b7164ff8
commit e8c499fe23

View File

@@ -76,7 +76,7 @@ class BugReportModal {
window.electronAPI.logInfo("Submitting:", data); window.electronAPI.logInfo("Submitting:", data);
try { try {
const success = await window.electronAPI.sendReport(data); const success = await window.topbarAPI.sendReport(data);
if (success) { if (success) {
localStorage.removeItem("draft_bug_title"); localStorage.removeItem("draft_bug_title");