Skip to content

Access and store relevant permission at top in FlatpakPermissionModel::data

A fairly menial change, but it:

  1. Makes the returns in the data method a bit more concise
  2. Prevents having to access m_permissions by index twice when returning the ValueList

Merge request reports