feat: connection notification

This commit is contained in:
Timothy J. Baek
2024-03-13 00:08:42 -07:00
parent f5e8dcfbbf
commit 51d339b8a7
4 changed files with 12 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ import {
app,
BrowserWindow,
globalShortcut,
Notification,
clipboard,
ipcMain,
} from "electron";