FL-2534: change button text in format dialog and fix incorrect dialog_ex behavior when text is not set (#1253)
This commit is contained in:
		
							parent
							
								
									e8de94ca00
								
							
						
					
					
						commit
						8d737133fe
					
				| @ -45,8 +45,8 @@ static void dialog_ex_view_draw_callback(Canvas* canvas, void* _model) { | ||||
|     } | ||||
| 
 | ||||
|     // Draw header
 | ||||
|     if(model->header.text != NULL) { | ||||
|     canvas_set_font(canvas, FontPrimary); | ||||
|     if(model->header.text != NULL) { | ||||
|         elements_multiline_text_aligned( | ||||
|             canvas, | ||||
|             model->header.x, | ||||
| @ -57,8 +57,8 @@ static void dialog_ex_view_draw_callback(Canvas* canvas, void* _model) { | ||||
|     } | ||||
| 
 | ||||
|     // Draw text
 | ||||
|     if(model->text.text != NULL) { | ||||
|     canvas_set_font(canvas, FontSecondary); | ||||
|     if(model->text.text != NULL) { | ||||
|         elements_multiline_text_aligned( | ||||
|             canvas, | ||||
|             model->text.x, | ||||
|  | ||||
| @ -11,7 +11,7 @@ void storage_settings_scene_format_confirm_on_enter(void* context) { | ||||
|     StorageSettings* app = context; | ||||
|     FS_Error sd_status = storage_sd_status(app->fs_api); | ||||
|     DialogEx* dialog_ex = app->dialog_ex; | ||||
|     dialog_ex_set_left_button_text(dialog_ex, "Back"); | ||||
|     dialog_ex_set_left_button_text(dialog_ex, "Cancel"); | ||||
| 
 | ||||
|     if(sd_status == FSE_NOT_READY) { | ||||
|         dialog_ex_set_header(dialog_ex, "SD card not mounted", 64, 10, AlignCenter, AlignCenter); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 あく
						あく