diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2018-02-07 14:08:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-07 14:08:17 -0600 |
| commit | 28b0411ccaec2ca39685c9b6931fa46e09d484fb (patch) | |
| tree | 68474702fd42ef478cf131434a19313655d4af2e /src/mainwindow.h | |
| parent | 8c34131bb84aa47dc2bfa8ced1a130cacabba725 (diff) | |
| parent | d6b645413c3d3f20ad0f554a1f106206886b3a83 (diff) | |
Merge pull request #219 from Al12rs/new_vfs_library
Fixed customOverwrite, reverted nxm handler commit, added a few menu options.
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index a17b706d..5c8e4ebc 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -484,7 +484,10 @@ private slots: void disableVisibleMods();
void exportModListCSV();
void openInstanceFolder();
-
+ void openDownloadsFolder();
+ void openProfileFolder();
+ void openGameFolder();
+ void openMyGamesFolder();
void startExeAction();
void checkBSAList();
|
