aboutsummaryrefslogtreecommitdiff
path: root/ext/js/app/content-script-main.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/app/content-script-main.js')
-rw-r--r--ext/js/app/content-script-main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/app/content-script-main.js b/ext/js/app/content-script-main.js
index c17acbfe..70329efb 100644
--- a/ext/js/app/content-script-main.js
+++ b/ext/js/app/content-script-main.js
@@ -39,7 +39,7 @@ await Application.main(false, async (application) => {
canUseWindowPopup: true,
allowRootFramePopupProxy: true,
childrenSupported: true,
- hotkeyHandler
+ hotkeyHandler,
});
await frontend.prepare();
});