Fix too small array
This commit is contained in:
		
							parent
							
								
									9ffd28f735
								
							
						
					
					
						commit
						494448b7cc
					
				@ -22,7 +22,7 @@ namespace Pinetime {
 | 
			
		||||
        const std::array<std::string, 3> options = {" Digital face", " Analog face", " PineTimeStyle"};
 | 
			
		||||
        Controllers::Settings& settingsController;
 | 
			
		||||
 | 
			
		||||
        lv_obj_t* cbOption[2];
 | 
			
		||||
        lv_obj_t* cbOption[3];
 | 
			
		||||
      };
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user