GUI: make multi-threading options visible

This commit is contained in:
tildearrow 2024-07-02 17:34:56 -05:00
parent 18a3a34427
commit 394a2b5442
3 changed files with 25 additions and 40 deletions

View file

@ -498,10 +498,6 @@ void FurnaceGUI::drawExport() {
e->song.linearPitch=1;
ImGui::CloseCurrentPopup();
}
if (ImGui::Button(_("Enable multi-threading settings"))) {
settings.showPool=1;
ImGui::CloseCurrentPopup();
}
if (ImGui::Button(_("Set fat to max"))) {
ImGuiStyle& sty=ImGui::GetStyle();
sty.FramePadding=ImVec2(20.0f*dpiScale,20.0f*dpiScale);