code style

This commit is contained in:
Eknous-P 2025-11-01 00:19:00 +04:00
parent a78116ba02
commit 31c19c62a3
4 changed files with 17 additions and 18 deletions

View file

@ -8249,7 +8249,7 @@ void FurnaceGUI::syncState() {
#endif
notesOpen=e->getConfBool("notesOpen",false);
tunerOpen=e->getConfBool("tunerOpen",false);
spectrumOpen=e->getConfBool("spectrumOpen", false);
spectrumOpen=e->getConfBool("spectrumOpen",false);
channelsOpen=e->getConfBool("channelsOpen",false);
patManagerOpen=e->getConfBool("patManagerOpen",false);
sysManagerOpen=e->getConfBool("sysManagerOpen",false);