mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-22 12:07:45 +00:00
sagasu: Add icon for extract action
This commit is contained in:
parent
5d455c4ce0
commit
e825761284
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ FileTreeWindow::FileTreeWindow(HashDatabase &database, const QString &gamePath,
|
|||
|
||||
auto menu = new QMenu();
|
||||
|
||||
auto extractAction = menu->addAction(QStringLiteral("Extract.."));
|
||||
auto extractAction = menu->addAction(QStringLiteral("Extract..."));
|
||||
extractAction->setIcon(QIcon::fromTheme(QStringLiteral("archive-extract-symbolic")));
|
||||
connect(extractAction, &QAction::triggered, this, [this, path] {
|
||||
Q_EMIT extractFile(path);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue