diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-01-26 18:24:36 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-01-26 18:24:36 +0100 |
| commit | 3a17614bed6d45df2852318910ce5e30d8dc1e4e (patch) | |
| tree | 945e2e2e9fe6ba435cb3e873aebacdb0aaad5f68 /src/mainwindow.h | |
| parent | ba0cd0e10d381123234a2aa8fe0bf2bce5c8a861 (diff) | |
Added "open downloads folder", "open profile folder", "open game fodler" and "open MyGames fodler" to the menu entries options of the mainwindow.
Changed the menu entry "open in explorer" of overwrite to show even if overwrite is empty.
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();
|
