fix: use lowercase titleBarStyle for Tauri v2 WebviewWindow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -17,7 +17,7 @@ export async function openNoteInNewWindow(notePath: string, vaultPath: string, n
|
||||
width: 800,
|
||||
height: 700,
|
||||
resizable: true,
|
||||
titleBarStyle: 'Overlay',
|
||||
titleBarStyle: 'overlay',
|
||||
hiddenTitle: true,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user