From 9c82a1102e54b7fb350e18bd52cbf81083f42ca7 Mon Sep 17 00:00:00 2001 From: Eran Mizrahi Date: Tue, 26 Dec 2017 23:23:04 +0200 Subject: Enable open in explorer option also for overwrite --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8871075f..c29e4ca4 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3100,6 +3100,7 @@ void MainWindow::on_modList_customContextMenuRequested(const QPoint &pos) menu->addAction(tr("Sync to Mods..."), &m_OrganizerCore, SLOT(syncOverwrite())); menu->addAction(tr("Create Mod..."), this, SLOT(createModFromOverwrite())); menu->addAction(tr("Clear Overwrite..."), this, SLOT(clearOverwrite())); + menu->addAction(tr("Open in explorer"), this, SLOT(openExplorer_clicked())); } } else if (std::find(flags.begin(), flags.end(), ModInfo::FLAG_BACKUP) != flags.end()) { menu->addAction(tr("Restore Backup"), this, SLOT(restoreBackup_clicked())); -- cgit v1.3.1