feat: add settings view with capture toggle and blacklist management
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -52,5 +52,5 @@ export function renderUnlock(app: HTMLElement): void {
|
||||
}
|
||||
|
||||
const settingsBtn = document.getElementById('settings-btn');
|
||||
settingsBtn?.addEventListener('click', () => navigate('setup'));
|
||||
settingsBtn?.addEventListener('click', () => navigate('settings'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user