diff --git a/src/utils/openNoteWindow.ts b/src/utils/openNoteWindow.ts index 8104d73a..a8348d52 100644 --- a/src/utils/openNoteWindow.ts +++ b/src/utils/openNoteWindow.ts @@ -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, }) }