Add chapter sorting method to show small chapters in the middle of large ones

This commit is contained in:
Ajay Ramachandran
2021-11-07 15:26:00 -05:00
parent 3a2d9c0e0e
commit 7dfee81188
4 changed files with 677 additions and 37 deletions

View File

@@ -427,6 +427,8 @@ function migrateOldFormats(config: SBConfig) {
}
async function setupConfig() {
if (typeof(chrome) === "undefined") return;
await fetchConfig();
addDefaults();
convertJSON();