[bugfix] to register hotkeys when start up the software.(to unregisterAll when the software is updating)

This commit is contained in:
Sakamoto Shiina
2025-01-20 12:06:05 +09:00
parent d074b3e881
commit 16b41c8102
3 changed files with 25 additions and 0 deletions

View File

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