socketsupply / union-app-studio

Like Codepen, but for native apps!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invoking from terminal throws a warning

bhagatparwinder opened this issue · comments

Invoking scratches from the terminal throws a warning. Not critical but not ideal either. The warning is

Scratches[5276:142377] *** WARNING: Textured window <AtomNSWindow: 0x7fe4f5c7cba0> is getting an implicitly transparent titlebar. This will break when linking against newer SDKs. Use NSWindow's -titlebarAppearsTransparent=YES instead.

This is an upstream/electron issue but I think it is fixed in 1.8.x (electron/electron#11743)

Does not appear to be fixed in 1.8.x 5cf4ee9.

An upstream fix is needed, I'll bring this to the electron repo.