Added category skip option to just show an overlay without skipping

This commit is contained in:
Ajay Ramachandran
2020-04-04 12:58:02 -04:00
parent d4d5e4743e
commit ec9f1efd55
4 changed files with 47 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
import * as CompileConfig from "../config.json";
import { CategorySelection } from "./types";
import { CategorySelection, CategorySkipOption } from "./types";
interface SBConfig {
userID: string,
@@ -127,7 +127,7 @@ var Config: SBObject = {
mobileUpdateShowCount: 0,
categorySelections: [{
name: "sponsor",
autoSkip: true
option: CategorySkipOption.AutoSkip
}]
},
localConfig: null,