Prettified Code!

This commit is contained in:
Mashintime 2023-02-14 21:14:14 +00:00 committed by GitHub Action
parent 190f9b3d3a
commit a08373b213

View file

@ -1900,7 +1900,7 @@ ipcRenderer.on("action-update-tnc-state", (event, arg) => {
// noise / strength
// https://www.moellerstudios.org/converting-amplitude-representations/
if (arg.strength != "" && noise_level_raw != arg.strength) {
//console.log(arg.strength);
noise_level_raw = arg.strength;