diff options
| author | Al <gabriel.cortesi@outlook.com> | 2018-02-28 21:00:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-28 21:00:11 +0100 |
| commit | 5fcd51aad81c9c4495a19306d13c4f55bd2519f8 (patch) | |
| tree | 2f98d93dde78db5c01dda7d8973fab93471920f5 /src/mainwindow.h | |
| parent | 4a45e1a2a7aad41ba45a2652092bd46894a40f23 (diff) | |
| parent | c1421d07345617e7776dd8bdf0aec4dbef52a72a (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.h | 3 |
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();
|
