Skip to content

Commit

Permalink
🐛 (electron) always show titlebar (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored Jul 29, 2023
1 parent 26d0bda commit 61d7074
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/desktop-electron/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ async function createWindow() {
width: windowState.width,
height: windowState.height,
title: 'Actual',
titleBarStyle: 'hiddenInset',
webPreferences: {
nodeIntegration: false,
nodeIntegrationInWorker: false,
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1417.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---

Always show titlebar to fix electron side-nav issues

0 comments on commit 61d7074

Please sign in to comment.