mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-15 09:58:29 +08:00
[Desktop] Only create frameless window on macOS
This commit is contained in:
@@ -40,7 +40,7 @@ function getBrowserWindowOptions() {
|
||||
backgroundColor: '#292c33',
|
||||
center: true,
|
||||
darkTheme: true,
|
||||
frame: false,
|
||||
frame: process.platform !== 'darwin',
|
||||
fullscreenable: true,
|
||||
resizable: true,
|
||||
show: true,
|
||||
|
||||
Reference in New Issue
Block a user