Added clearQueueOnExit option

updated webui to v1.9.2
This commit is contained in:
RemixDev
2022-03-05 13:39:13 +01:00
parent 90799bd1f9
commit 0a880bc245
2 changed files with 4 additions and 1 deletions

View File

@@ -67,6 +67,9 @@ function createWindow () {
win.on('close', (event)=>{
windowState.saveState(win);
if (server.deemixApp.getSettings().settings.clearQueueOnExit){
server.deemixApp.cancelAllDownloads()
}
})
}

2
webui

Submodule webui updated: b0f08ee196...5553ad4ebf