This commit is contained in:
Official Noob
2020-01-01 19:12:15 +00:00
committed by GitHub
parent a70aa7723e
commit 1362331a93

4
SB.js
View File

@@ -28,12 +28,12 @@ fetchConfig = _ => new Promise(function(resolve, reject) {
async function config() {
await fetchConfig();
addDefaults();
addDefaults();
SB.config = configProxy();
}
SB.defaults = {
"sponsorTimeKey": [],
"sponsorTimes": new Map(),
"startSponsorKeybind": ";",
"submitKeybind": "'",
"minutesSaved": 0,