diff options
| author | Al <gabriel.cortesi@outlook.com> | 2018-03-08 22:27:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-08 22:27:20 +0100 |
| commit | 5b565b56340adbadbab2ad3d3c3d7112c6b2b34c (patch) | |
| tree | ddd75f9a058e91bf0a0abff7cb34f5dae6be6c40 /src/mainwindow.h | |
| parent | a540a542a47fe75d0d0e4594158422aef4340b3a (diff) | |
| parent | 673a5034f0eb9fb12befdbb52ea8dd5d72ac302e (diff) | |
Merge pull request #259 from Al12rs/Dev
Added check for mod rename and a number of small ui changes.
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 2c2e2723..f84931ca 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -487,6 +487,7 @@ private slots: void disableVisibleMods();
void exportModListCSV();
void openInstanceFolder();
+ void openLogsFolder();
void openInstallFolder();
void openDownloadsFolder();
void openProfileFolder();
|
