mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
Add checkboxes to resource downloader (#3516)
This commit is contained in:
@ -195,8 +195,6 @@ QVariant ListModel::data(const QModelIndex& index, int role) const
|
||||
return pack.name;
|
||||
case UserDataTypes::DESCRIPTION:
|
||||
return pack.description;
|
||||
case UserDataTypes::SELECTED:
|
||||
return false;
|
||||
case UserDataTypes::INSTALLED:
|
||||
return false;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user