use type panel for floating non-focus-stealing window

This commit is contained in:
CREDO23 2026-03-24 20:45:56 +02:00
parent 985299b72d
commit 296b95ba5b

View file

@ -25,8 +25,8 @@ function createQuickAskWindow(x: number, y: number): BrowserWindow {
height: 550,
x,
y,
type: 'panel',
resizable: true,
titleBarStyle: 'hiddenInset',
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
contextIsolation: true,