Preferences & UI Behavior#
Preferences gives you control over local browser settings, confirmation modal behavior, custom right-click context menus, and UI interaction rules.
What is Preferences?#
Preferences are browser-level local UI settings for the developer account. From this page, you can bypass repeated confirmation dialogs and speed up dashboard navigation with custom context menus. All settings are instantly persisted in localStorage.
https://authvaultix.com/win/app/?page=preferences
UI Behavior Customization#
The following UI behaviors can be toggled on the Preferences page:| Setting Option | Local Storage Key | Default State | Description |
|---|
| Skip Confirmations | skipBulkConfirm | Disabled | When enabled, confirmation dialogs such as “Don’t ask me again” are automatically skipped during bulk actions like bulk key deletion or HWID reset. |
| Context Menus | disableContextMenu | Enabled | Displays a custom right-click context menu on dashboard table rows for quick actions such as Edit, Delete, and Copy ID. |
| App Helper Tooltips | hideAppHelper | Enabled | Controls the active onboarding tooltips and helper badges shown on dashboard pages. |
Reset All Preferences (resetLocalPreferences())#
If you want to restore the dashboard’s default UI behavior, click the Reset All Preferences button:All stored preference keys are cleared from localStorage: skipBulkConfirm, hideAppHelper, and disableContextMenu.
Confirmation toggles return to their default safe state.
A success notification toast is displayed: "Preferences reset to defaults."