mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 16:12:31 +00:00
GUI: remove references to surround sound
This commit is contained in:
parent
8ac3491672
commit
8254d6e027
1 changed files with 1 additions and 1 deletions
|
@ -1394,7 +1394,7 @@ void FurnaceGUI::drawSettings() {
|
|||
settingsChanged=true;
|
||||
}
|
||||
if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetTooltip(_("common values:\n- 1 for mono\n- 2 for stereo\n- 4 for quadraphonic\n- 6 for 5.1 surround\n- 8 for 7.1 surround"));
|
||||
ImGui::SetTooltip(_("common values:\n- 1 for mono\n- 2 for stereo"));
|
||||
}
|
||||
|
||||
ImGui::TableNextRow();
|
||||
|
|
Loading…
Reference in a new issue