overlay and source ui improvements

This commit is contained in:
Siddharth
2025-11-15 23:31:36 -07:00
parent 096396fdce
commit 41572298d6
7 changed files with 107 additions and 43 deletions
+2 -1
View File
@@ -97,7 +97,8 @@ export function createSourceSelectorWindow(): BrowserWindow {
frame: false,
resizable: false,
alwaysOnTop: true,
backgroundColor: '#ffffff',
transparent: true,
backgroundColor: '#00000000',
webPreferences: {
preload: path.join(__dirname, 'preload.mjs'),
nodeIntegration: false,