提交 cc607725 编写于 作者: B Benjamin Pasero

address #65115 on master

上级 f8a08936
......@@ -856,6 +856,10 @@ export class CodeWindow extends Disposable implements ICodeWindow {
return true; // default
}
if (windowConfig.nativeTabs) {
return true; // https://github.com/electron/electron/issues/16142
}
return windowConfig.nativeFullScreen !== false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册