mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	PresetUpdate: Fix UpdateConfig dialog
This commit is contained in:
		
							parent
							
								
									b7bcf27cde
								
							
						
					
					
						commit
						f23f86d91c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -525,7 +525,7 @@ bool PresetUpdater::config_update() const | |||
| 		GUI::MsgUpdateConfig dlg(std::move(updates_map)); | ||||
| 
 | ||||
| 		const auto res = dlg.ShowModal(); | ||||
| 		if (res == wxID_YES) { | ||||
| 		if (res == wxID_OK) { | ||||
| 			BOOST_LOG_TRIVIAL(debug) << "User agreed to perform the update"; | ||||
| 			p->perform_updates(std::move(updates)); | ||||
| 		} else { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Kral
						Vojtech Kral