Update FPS chart colors dynamically when accent color changes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -246,6 +246,7 @@
|
||||
const native = document.getElementById('cp-native-accent');
|
||||
if (native) native.value = hex;
|
||||
localStorage.setItem('accentColor', hex);
|
||||
document.dispatchEvent(new CustomEvent('accentColorChanged', { detail: { color: hex } }));
|
||||
if (!silent) showToast('Accent color updated', 'info');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user