[Update] Prepare to the beta test. Disable the window refresh function(f5 key) and i18n debug mode.

This commit is contained in:
Sakamoto Shiina
2024-12-14 18:20:56 +09:00
parent b3a4a25504
commit 9b0a71cccc
4 changed files with 30 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import {
// import React from "react";
import {
KeyEventController,
StartPythonController,
UiLanguageController,
ConfigPageCloseTriggerController,
@@ -32,6 +33,7 @@ export const App = () => {
return (
<div className={styles.container}>
<KeyEventController />
<StartPythonController />
<UiLanguageController />
<ConfigPageCloseTriggerController />