Disable downloadChapter for now

This commit is contained in:
glax 2023-09-02 22:15:48 +02:00
parent 5927374271
commit bfc6767a7d

View File

@ -178,7 +178,7 @@ function ShowMangaWindow(job, manga, event, add){
//Check what action should be listed
if(add){
createMonitorJobButton.style.display = "initial";
createDownloadChapterJobButton.style.display = "initial";
createDownloadChapterJobButton.style.display = "none";
cancelJobButton.style.display = "none";
startJobButton.style.display = "none";
deleteJobButton.style.display = "none";