[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

@@ -1,3 +1,4 @@
export { KeyEventController } from "./KeyEventController";
export { StartPythonController } from "./StartPythonController";
export { UiLanguageController } from "./UiLanguageController";
export { ConfigPageCloseTriggerController } from "./ConfigPageCloseTriggerController";