diff --git a/src/gui/src/static-assets.js b/src/gui/src/static-assets.js index 1b8b0e5d5..b6fc56779 100644 --- a/src/gui/src/static-assets.js +++ b/src/gui/src/static-assets.js @@ -50,6 +50,7 @@ const js_paths = [ '/IPC.js', '/globals.js', `/i18n/i18n.js`, + `/keyboard.js` ] export { lib_paths, css_paths, js_paths }; \ No newline at end of file