This commit is contained in:
Renan LE CARO 2025-04-20 12:56:50 +02:00
parent 1ba55bf2a6
commit 4d7d57f17f
15 changed files with 165 additions and 120 deletions

View file

@ -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);