summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAl <26797547+Al12rs@users.noreply.github.com>2020-01-20 19:46:03 +0100
committerAl <26797547+Al12rs@users.noreply.github.com>2020-01-20 19:46:03 +0100
commit7c55ae3a2233c1031504cefeab059b7a83fc5bf9 (patch)
tree217440ae03e9a9e9cf53b15cd9309f972a7d34a2 /src/mainwindow.h
parent61b64d94313c8d6d456d44ec53c61d10e899d28c (diff)
Add "Restore hidden files" context menu option to modlist.
Recursively restores all hidden files in the mod or mods if more than one is selected.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 8f000983..2c45049a 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -421,6 +421,7 @@ private slots:
void untrack_clicked();
void ignoreMissingData_clicked();
void markConverted_clicked();
+ void restoreHiddenFiles_clicked();
void visitOnNexus_clicked();
void visitWebPage_clicked();
void openExplorer_clicked();