📝 Update Korean docs as upstream
[ci skip]
This commit is contained in:
parent
51f095e5c3
commit
a83b891a95
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ OS X에선 API가 `NSUserDefaults`를 읽어들입니다. 유명한 `key`와 `ty
|
|||
let browserOptions = {width: 1000, height: 800};
|
||||
|
||||
// 플랫폼이 지원하는 경우에만 투명 윈도우를 생성.
|
||||
if (process.platform !== 'win32' || app.isAeroGlassEnabled()) {
|
||||
if (process.platform !== 'win32' || systemPreferences.isAeroGlassEnabled()) {
|
||||
browserOptions.transparent = true;
|
||||
browserOptions.frame = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue