diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-01-19 12:46:07 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-01-19 12:46:07 +0100 |
| commit | 3fdb00e0c9fc01cbbe158cdfd2d499ca97865297 (patch) | |
| tree | 2431650777e2a187c3484c9f8840adde1ad45de7 /src/mainwindow.h | |
| parent | 95b258c0df3425632bd48105793aa38a273f4dae (diff) | |
Added "Open instance folder" entry to the small options list menĂ¹.
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index c9ba170c..a17b706d 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -483,6 +483,7 @@ private slots: void enableVisibleMods();
void disableVisibleMods();
void exportModListCSV();
+ void openInstanceFolder();
void startExeAction();
|
