diff --git a/index.html b/index.html index 896b77b..a638cb0 100644 --- a/index.html +++ b/index.html @@ -417,6 +417,7 @@
+
@@ -601,6 +602,9 @@ + +
+
Autofill
Autofill with global hotkey diff --git a/js/app.js b/js/app.js index f6b0581..f883586 100644 --- a/js/app.js +++ b/js/app.js @@ -7813,6 +7813,7 @@ function closeSettings() { const SETTINGS_TAB_OF = { 'Appearance': 'general', 'Security': 'security', 'Clipboard privacy': 'security', + 'Autofill': 'autofill', 'Account': 'account', 'PIN unlock': 'account', 'Quick unlock': 'account', 'Recovery key': 'account', 'Export': 'sync', 'Sync (WebDAV)': 'sync', 'Auto-backup': 'sync', 'Import': 'sync',