open waveform when tuning

pull/2233/head
Mikael Finstad 1 year ago
parent 814866fd13
commit 5fca8c085e
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -2377,6 +2377,9 @@ function App() {
const onTunerRequested = useCallback((type: TunerType) => {
setSettingsVisible(false);
setTunerVisible(type);
if (type === 'waveformHeight') {
setWaveformMode('waveform');
}
}, []);
useEffect(() => {

Loading…
Cancel
Save