gpt4 book ai didi

reactjs - Electron 无框浏览器窗口无法完全删除Mac上的整个框架/标题栏

转载 作者:行者123 更新时间:2023-12-03 12:21:02 25 4
gpt4 key购买 nike

我使用以下选项启动了 Electron BrowserWindow:

const opts = {
transparent: true,
frame: false,
width: 400,
hasShadow: false,
alwaysOnTop: true,
resizable: false,
titleBarStyle: "none",
webPreferences: {
nodeIntegration: true,
},
};

它几乎可以按预期工作,但是仍然可以看到框架或标题栏的顶部:

enter image description here

有什么办法可以完全删除吗?

最佳答案

这个video包含似乎删除边框的选项,但是老实说,我不确定哪个选项删除了该标题行:{
width:300,
height:300,
movable:true,
center:true,
kiosk:false,
fullscreen:false,
frame:false,
transparent:true
}

关于reactjs - Electron 无框浏览器窗口无法完全删除Mac上的整个框架/标题栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56877944/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com