fix(scanner): scanner second enable call
This commit is contained in:
@ -7,7 +7,7 @@ export const settingsMenuTemplate = {
|
|||||||
label: "Main settings",
|
label: "Main settings",
|
||||||
accelerator: "CmdOrCtrl+O",
|
accelerator: "CmdOrCtrl+O",
|
||||||
click: () => {
|
click: () => {
|
||||||
console.log(BrowserWindow.getFocusedWindow().webContents.send('url', '/config'))
|
BrowserWindow.getFocusedWindow().webContents.send('url', '/config')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -641,7 +641,7 @@ let popDatabaseBalance = () => {
|
|||||||
if(undoneQueries == 0)
|
if(undoneQueries == 0)
|
||||||
{
|
{
|
||||||
balanceDebug('balance done');
|
balanceDebug('balance done');
|
||||||
spider.ignore = !config.indexer;
|
spider.ignore = false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user