Minor lint cleanup.

This commit is contained in:
Patrick Fic
2025-03-21 15:40:17 -07:00
parent 2fd226d43a
commit a814326aa3
5 changed files with 27 additions and 27 deletions

View File

@@ -119,7 +119,6 @@ function createWindow(): void {
{
label: "Learn More",
click: async (): Promise<void> => {
const { shell } = require("electron");
await shell.openExternal("https://electronjs.org");
},
},