This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
sonist
Archived
1
0
Fork 0
2.x
宇天 2019-01-31 20:09:35 +08:00
parent 14b27fb326
commit c8c73747ad
1 changed files with 3 additions and 8 deletions

View File

@ -73,11 +73,9 @@ exports.createDesktopLrcWindow = function(screen) {
frame: false,
resizable: false,
alwaysOnTop: true,
skipTaskbar: true,
x: (screen.size.width - 1024) / 2,
y: screen.size.height - 100,
skipTaskbar: true,
hasShadow: false,
thickFrame: false,
transparent: true,
show: false
})
@ -97,13 +95,10 @@ exports.createMiniWindow = function(screen) {
frame: false,
resizable: false,
alwaysOnTop: true,
skipTaskbar: true,
x: screen.size.width - 320,
y: 0,
skipTaskbar: true,
show: false,
webPreferences: {
devTools: false
}
show: false
})
win.loadURL('app://local/mini-win.html')