fix: update new additions with web panel and sleep operations (#606)

This commit is contained in:
Mark Dietzer
2020-10-26 08:20:27 -07:00
committed by GitHub
parent 2f57632479
commit 61a23fe978
3 changed files with 91 additions and 4 deletions
+5
View File
@@ -261,6 +261,11 @@ const store = {
})
};
export const defaultStoreData = {
maxPageSleep: browser.maxSleep,
minPageSleep: browser.minSleep
};
export const config = {
browser,
docker,