GUI: make multi-threading options visible
This commit is contained in:
parent
18a3a34427
commit
394a2b5442
3 changed files with 25 additions and 40 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue