diff --git a/Peercord Source/index.js b/Peercord Source/index.js index 4ee1c13..c86c18d 100644 --- a/Peercord Source/index.js +++ b/Peercord Source/index.js @@ -1,4 +1,4 @@ -import { app, BrowserWindow, ipcMain, desktopCapturer, protocol, net } from 'electron'; +import { app, BrowserWindow, ipcMain, desktopCapturer, protocol, net, Tray, Menu } from 'electron'; import path from 'path'; import { fileURLToPath, pathToFileURL } from 'url'; import fs from 'fs'; @@ -11,14 +11,18 @@ const pkgPath = path.join(__dirname, 'package.json'); const pkg = JSON.parse(fs.readFileSync(pkgPath, 'utf-8')); // Register custom protocol BEFORE app is ready to ensure localStorage persistence -// FIX: Added stream: true to allow