load aceattorney if there is no theme in the ini (#1037)
This commit is contained in:
		
							parent
							
								
									da7cc77f1f
								
							
						
					
					
						commit
						b7dd8984d7
					
				@ -88,7 +88,7 @@ void Options::migrate()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
QString Options::theme() const
 | 
					QString Options::theme() const
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  return config.value("theme", "default").toString();
 | 
					  return config.value("theme", "AceAttorney").toString();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void Options::setTheme(QString value)
 | 
					void Options::setTheme(QString value)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user