diff options
Diffstat (limited to 'src/modinfodialog.cpp')
| -rw-r--r-- | src/modinfodialog.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/modinfodialog.cpp b/src/modinfodialog.cpp index b0035c02..9f35fc59 100644 --- a/src/modinfodialog.cpp +++ b/src/modinfodialog.cpp @@ -1542,9 +1542,11 @@ void ModInfoDialog::on_overwriteTree_customContextMenuRequested(const QPoint &po menu.addAction(tr("Hide"), this, SLOT(hideConflictFiles())); } - if (enableUnhide) { - menu.addAction(tr("Un-Hide"), this, SLOT(unhideConflictFiles())); - } + // disabling this for now, because hidden files are never shows in this list + // at all; if this ever changes, this should be added back + //if (enableUnhide) { + // menu.addAction(tr("Un-Hide"), this, SLOT(unhideConflictFiles())); + //} if (enableOpen) { menu.addAction(tr("Open/Execute"), this, SLOT(openOverwriteDataFile())); |
