UI updates & browser window handling.

This commit is contained in:
Patrick Fic
2026-02-26 13:06:57 -08:00
parent 1c44e92fb0
commit 8aa82df455
7 changed files with 43 additions and 36 deletions

View File

@@ -181,11 +181,6 @@ async function ImportJob(filepath: string): Promise<void> {
}
}
});
// uploadNotification.on("click", () => {
// if (scrubPdfURL) {
// shell.openExternal(scrubPdfURL);
// }
// });
uploadNotification.show();
} catch (error) {