mirror of
https://github.com/siddharthvaddem/openscreen.git
synced 2026-09-15 12:51:54 +08:00
overlay and source ui improvements
This commit is contained in:
+2
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user