change "piezo" to "moving iron"
This commit is contained in:
parent
2abe76d000
commit
4d2c388a69
|
@ -882,7 +882,7 @@ bool FurnaceGUI::drawSysConf(int chan, DivSystem type, DivConfig& flags, bool mo
|
||||||
speakerType=1;
|
speakerType=1;
|
||||||
altered=true;
|
altered=true;
|
||||||
}
|
}
|
||||||
if (ImGui::RadioButton("Piezo",speakerType==2)) {
|
if (ImGui::RadioButton("Moving iron",speakerType==2)) {
|
||||||
speakerType=2;
|
speakerType=2;
|
||||||
altered=true;
|
altered=true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue