fix butterchurn preset display not updating

This commit is contained in:
jeffvli
2026-02-01 20:14:25 -08:00
parent 854e7cc67e
commit a698f83c45
@@ -479,7 +479,8 @@ const VisualizerInner = () => {
};
const CurrentPresetDisplay = () => {
const currentPreset = useSettingsStore.getState().visualizer.butterchurn.currentPreset;
const currentPreset = useSettingsStore((store) => store.visualizer.butterchurn.currentPreset);
return (
<Text className={styles['preset-overlay']} isNoSelect size="sm">
{currentPreset}