Yakyak: Extra window titlebar now visible on macOS in v1.5.2

Created on 21 Oct 2018  路  5Comments  路  Source: yakyak/yakyak

After upgrading from 1.5.1 to 1.5.2, Yakyak now has an extra visible native title bar in macOS Mojave:

screen shot 2018-10-21 at 12 56 07 pm

Most helpful comment

I have a pr out for this, hopefully gets merged soon.

If you want to fix this on your local version, edit your main.js file on line 206. Change 'hidden-inset' to 'hiddenInset'.

New line will look like this:

titleBarStyle: process.platform === 'darwin' ? 'hiddenInset' : void 0,

Should fix it until a new release is rolled out.

All 5 comments

Same issue present on 1.5.2 while running macOS Mojave Version 10.14.1 Beta (18B67a).
image

I have the same issue on Mojave and 1.5.2 installed this morning.

Same with 1.5.2 on High Sierra

I am also experiencing this on macOS Mojave.

I have a pr out for this, hopefully gets merged soon.

If you want to fix this on your local version, edit your main.js file on line 206. Change 'hidden-inset' to 'hiddenInset'.

New line will look like this:

titleBarStyle: process.platform === 'darwin' ? 'hiddenInset' : void 0,

Should fix it until a new release is rolled out.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fuckchinaOK picture fuckchinaOK  路  3Comments

ilium007 picture ilium007  路  5Comments

Christoph-Harms picture Christoph-Harms  路  4Comments

theotheroracle picture theotheroracle  路  7Comments

stacksjb picture stacksjb  路  6Comments