skpm/sketch-module-web-view

`titleBarStyle: "hidden"` produces the same result as `"hiddenInset"`

Open

#147 创建于 2020年3月29日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (63 fork)github user discovery
bughelp wanted

仓库指标

Star
 (290 star)
PR 合并指标
 (PR 指标待抓取)

描述

Setting BrowserWindow's titleBarStyle to hidden, produces the same result as hiddenInset.

The expected result should be the traffic light buttons being placed in the same position as if using default, not slightly more inset.

Reproduced in version 3.4.1

Package hidden hiddenInset
Electron ✅Expected
SMWV ❌Result

贡献者指南