settings apply button
This commit is contained in:
		
							parent
							
								
									6cb6cc2c41
								
							
						
					
					
						commit
						3a950619b0
					
				| 
						 | 
				
			
			@ -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