mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-25 05:17:44 +00:00
sagasu: Use correct icon for the download path list action
This commit is contained in:
parent
e825761284
commit
7f7e240fbf
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ void MainWindow::setupFileMenu(QMenu *menu)
|
|||
});
|
||||
|
||||
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] {
|
||||
const int ret =
|
||||
QMessageBox::information(this,
|
||||
|
|
Loading…
Add table
Reference in a new issue