Merge branch 'react' into react

This commit is contained in:
Joe Dowd
2020-04-04 18:44:05 +01:00
committed by GitHub
4 changed files with 48 additions and 15 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,
@@ -129,7 +129,7 @@ var Config: SBObject = {
mobileUpdateShowCount: 0,
categorySelections: [{
name: "sponsor",
autoSkip: true
option: CategorySkipOption.AutoSkip
}]
},
localConfig: null,