Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'keepassxc-browser/background/event.js')
-rwxr-xr-xkeepassxc-browser/background/event.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/keepassxc-browser/background/event.js b/keepassxc-browser/background/event.js
index 862f0d3..986935a 100755
--- a/keepassxc-browser/background/event.js
+++ b/keepassxc-browser/background/event.js
@@ -236,5 +236,6 @@ kpxcEvent.messageHandlers = {
'update_credentials': keepass.updateCredentials,
'username_field_detected': kpxcEvent.onUsernameFieldDetected,
'save_settings': kpxcEvent.onSaveSettings,
- 'update_available_keepassxc': kpxcEvent.onUpdateAvailableKeePassXC
+ 'update_available_keepassxc': kpxcEvent.onUpdateAvailableKeePassXC,
+ 'update_context_menu': page.updateContextMenu
};