Fixed multipipelining
This commit is contained in:
parent
82a4865404
commit
1bb588f294
13 changed files with 66 additions and 27 deletions
|
@ -10,7 +10,7 @@ const localStorage = { setItem: () => {}, getItem: () => {} };
|
|||
const localSettings = localStorage.getItem("settings");
|
||||
const defaultSettings = {
|
||||
focusJob: true,
|
||||
simplifiedControls: true,
|
||||
simplifiedControls: false,
|
||||
logAppDetails: true,
|
||||
defaultRegion: "us",
|
||||
defaultPage: "failing",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue