Add missing semicolon
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
d49e6187cd
commit
2368521a9a
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ void ExternalResourcesPage::updateActions()
|
|||
ui->actionDisableItem->setEnabled(hasSelection);
|
||||
|
||||
ui->actionViewHomepage->setEnabled(hasSelection && std::any_of(selectedResources.begin(), selectedResources.end(),
|
||||
[](Resource* resource) { return !resource->homepage().isEmpty() }));
|
||||
[](Resource* resource) { return !resource->homepage().isEmpty(); }));
|
||||
ui->actionExportMetadata->setEnabled(!m_model->empty());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue