mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-28 12:50:20 +02:00
Add missing semicolon
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
d49e6187cd
commit
2368521a9a
@ -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…
x
Reference in New Issue
Block a user