[Update] Prevent hotkeys function while opening config page and register the hotkeys when closed.

This commit is contained in:
Sakamoto Shiina
2025-01-17 03:59:32 +09:00
parent bac7bb15d3
commit 04f7c1f556
5 changed files with 84 additions and 103 deletions

View File

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