summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2018-02-28 21:00:11 +0100
committerGitHub <noreply@github.com>2018-02-28 21:00:11 +0100
commit5fcd51aad81c9c4495a19306d13c4f55bd2519f8 (patch)
tree2f98d93dde78db5c01dda7d8973fab93471920f5 /src/mainwindow.h
parent4a45e1a2a7aad41ba45a2652092bd46894a40f23 (diff)
parentc1421d07345617e7776dd8bdf0aec4dbef52a72a (diff)
Merge pull request #247 from Al12rs/new_vfs_library
- Added "Open Folders" drop-down menu over modlist.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index b7eca72e..2c2e2723 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -277,6 +277,8 @@ private:
QMenu *modListContextMenu();
+ QMenu *openFolderMenu();
+
std::set<QString> enabledArchives();
void scheduleUpdateButton();
@@ -485,6 +487,7 @@ private slots:
void disableVisibleMods();
void exportModListCSV();
void openInstanceFolder();
+ void openInstallFolder();
void openDownloadsFolder();
void openProfileFolder();
void openGameFolder();