[Update] Prepare to the beta test. Disable the window refresh function(f5 key) and i18n debug mode.
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user