1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-25 13:17:46 +00:00

sagasu: Use correct icon for the download path list action

This commit is contained in:
Joshua Goins 2024-02-03 10:29:05 -05:00
parent e825761284
commit 7f7e240fbf

View file

@ -146,7 +146,7 @@ void MainWindow::setupFileMenu(QMenu *menu)
}); });
auto downloadList = menu->addAction(QStringLiteral("Download Path List...")); auto downloadList = menu->addAction(QStringLiteral("Download Path List..."));
downloadList->setIcon(QIcon::fromTheme(QStringLiteral("document-open"))); downloadList->setIcon(QIcon::fromTheme(QStringLiteral("download-symbolic")));
connect(downloadList, &QAction::triggered, [this] { connect(downloadList, &QAction::triggered, [this] {
const int ret = const int ret =
QMessageBox::information(this, QMessageBox::information(this,