skpm/sketch-module-web-view
`titleBarStyle: "hidden"` produces the same result as `"hiddenInset"`
开放
#147 创建于 2020年3月29日
bughelp wanted
仓库指标
- 星标
- (288 个星标)
- PR 合并指标
- (30 天内没有已合并 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 |