Remove negative chapter end check & tooltip

This commit is contained in:
advplyr 2025-08-14 16:18:33 -05:00
parent 8b260c8bc6
commit 2ed2328401
4 changed files with 0 additions and 8 deletions

View file

@ -444,11 +444,6 @@ export default {
return
}
if (unlockedChapters[0].id === 0 && unlockedChapters[0].end + amount <= 0) {
this.$toast.error(this.$strings.ToastChapterInvalidShiftAmount)
return
}
for (let i = 0; i < this.newChapters.length; i++) {
const chap = this.newChapters[i]