mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
remove debug
This commit is contained in:
parent
32c7f904db
commit
bd212c4bf3
@ -482,9 +482,9 @@ function onLoad() {
|
|||||||
|
|
||||||
// 创建窗口时触发
|
// 创建窗口时触发
|
||||||
function onBrowserWindowCreated(window: BrowserWindow) {
|
function onBrowserWindowCreated(window: BrowserWindow) {
|
||||||
// if (selfInfo.uid) {
|
if (selfInfo.uid) {
|
||||||
// return
|
return
|
||||||
// }
|
}
|
||||||
mainWindow = window
|
mainWindow = window
|
||||||
log('window create', window.webContents.getURL().toString())
|
log('window create', window.webContents.getURL().toString())
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user