mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-14 01:39:56 -05:00
Chore: Port over Reader & Tracking
This commit is contained in:
@@ -495,7 +495,7 @@
|
||||
})
|
||||
}
|
||||
}
|
||||
openReader(ch, ascList)
|
||||
openReader(ch, ascList, manga)
|
||||
}
|
||||
|
||||
function handleContinue(cc: typeof continueChapter) {
|
||||
@@ -522,7 +522,7 @@
|
||||
})
|
||||
}
|
||||
}
|
||||
openReader(cc.chapter, ascList)
|
||||
openReader(cc.chapter, ascList, manga)
|
||||
}
|
||||
|
||||
async function openLinkPicker() {
|
||||
|
||||
Reference in New Issue
Block a user