[bugfix] to register hotkeys when start up the software.(to unregisterAll when the software is updating)
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user