code style
This commit is contained in:
parent
a78116ba02
commit
31c19c62a3
4 changed files with 17 additions and 18 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue