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

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/Controller/Setting/Set.js')
-rw-r--r--src/js/Controller/Setting/Set.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/js/Controller/Setting/Set.js b/src/js/Controller/Setting/Set.js
index b3d901d..b9d439c 100644
--- a/src/js/Controller/Setting/Set.js
+++ b/src/js/Controller/Setting/Set.js
@@ -12,7 +12,8 @@ export default class Set extends AbstractController {
'password.autosubmit',
'popup.related.search',
'notification.password.new',
- 'notification.password.update'
+ 'notification.password.update',
+ 'debug.localisation.enabled'
];
}