mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 08:01:20 +00:00
settings apply button
This commit is contained in:
parent
6cb6cc2c41
commit
3a950619b0
1 changed files with 5 additions and 0 deletions
|
@ -2650,6 +2650,11 @@ void FurnaceGUI::drawSettings() {
|
|||
settingsOpen=false;
|
||||
syncSettings();
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Apply##SettingsApply")) {
|
||||
settingsOpen=true;
|
||||
willCommit=true;
|
||||
}
|
||||
}
|
||||
if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) curWindow=GUI_WINDOW_SETTINGS;
|
||||
ImGui::End();
|
||||
|
|
Loading…
Reference in a new issue