Skip to content
Snippets Groups Projects
Unverified Commit 61d70748 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bug: (electron) always show titlebar (#1417)

parent 26d0bda8
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,6 @@ async function createWindow() {
width: windowState.width,
height: windowState.height,
title: 'Actual',
titleBarStyle: 'hiddenInset',
webPreferences: {
nodeIntegration: false,
nodeIntegrationInWorker: false,
......
---
category: Bugfix
authors: [MatissJanis]
---
Always show titlebar to fix electron side-nav issues
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment