From 593aa80c1f5f16996f9c21acd3e2d036680a6810 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 25 Dec 2022 03:19:11 +0000 Subject: [PATCH] Remove JavaScript JITless flag. --- chromium/default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chromium/default b/chromium/default index ad97f69..335146a 100644 --- a/chromium/default +++ b/chromium/default @@ -3,7 +3,7 @@ // Copyright 2022-2023 Inference // SPDX-License-Identifier: BSD-3-Clause-Clear -// Version: 0.0.0.0 +// Version: 1.0.0.1 -CHROMIUM_FLAGS="--enable-features=WebUIDarkMode --force-dark-mode --flag-switches-begin --js-flags=--jitless --disable-smooth-scrolling --flag-switches-end" +CHROMIUM_FLAGS="--enable-features=WebUIDarkMode --force-dark-mode --flag-switches-begin --disable-smooth-scrolling --flag-switches-end"