mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 21:46:15 -04:00
wip
This commit is contained in:
parent
1ba55bf2a6
commit
4d7d57f17f
15 changed files with 165 additions and 120 deletions
|
@ -74,7 +74,6 @@ import {
|
|||
requiredAsyncAlert,
|
||||
} from "./asyncAlert";
|
||||
import { isOptionOn, options, toggleOption } from "./options";
|
||||
import { hashCode } from "./getLevelBackground";
|
||||
import {
|
||||
catchRateBest,
|
||||
catchRateGood,
|
||||
|
@ -701,7 +700,7 @@ async function openSettingsMenu() {
|
|||
"precise_lighting",
|
||||
"probabilistic_lighting",
|
||||
].includes(key)) ||
|
||||
(isInWebView && key == "record") ||
|
||||
// (isInWebView && key == "record") ||
|
||||
false,
|
||||
value: () => {
|
||||
toggleOption(key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue