Fix mod list checkboxes
This commit is contained in:
		@@ -416,7 +416,7 @@ QVariant ModList::data(const QModelIndex &index, int role) const
 | 
			
		||||
		switch (index.column())
 | 
			
		||||
		{
 | 
			
		||||
		case ActiveColumn:
 | 
			
		||||
			return mods[row].enabled();
 | 
			
		||||
			return mods[row].enabled() ? Qt::Checked: Qt::Unchecked;
 | 
			
		||||
		default:
 | 
			
		||||
			return QVariant();
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user