Notify user if lobby layout file is missing
This commit is contained in:
		
							parent
							
								
									5ea3f9b919
								
							
						
					
					
						commit
						43448296fc
					
				@ -67,6 +67,11 @@ void Lobby::set_widgets()
 | 
				
			|||||||
  {
 | 
					  {
 | 
				
			||||||
    qDebug() << "W: did not find lobby width or height in " << filename;
 | 
					    qDebug() << "W: did not find lobby width or height in " << filename;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Most common symptom of bad config files and missing assets.
 | 
				
			||||||
 | 
					    call_notice("It doesn't look like your client is set up correctly.\n"
 | 
				
			||||||
 | 
					                "Did you download all resources correctly from tiny.cc/getao, "
 | 
				
			||||||
 | 
					                "including the large 'base' folder?");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    this->resize(517, 666);
 | 
					    this->resize(517, 666);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user