我刚刚在 Linux Ubuntu 下安装了 Atom 1.0。
我认为我可以根据此页面的信息设置背景透明度:https://github.com/atom/electron/blob/master/docs/api/frameless-window.md#transparent-window
他们建议添加:
var win = new BrowserWindow({ transparent: true, frame: false });
但是在哪里?我在偏好设置中没有看到类似的条目?
我刚刚在 Linux Ubuntu 下安装了 Atom 1.0。
我认为我可以根据此页面的信息设置背景透明度:https://github.com/atom/electron/blob/master/docs/api/frameless-window.md#transparent-window
他们建议添加:
var win = new BrowserWindow({ transparent: true, frame: false });
但是在哪里?我在偏好设置中没有看到类似的条目?