diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-04 12:00:54 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-04 12:00:54 -0500 |
| commit | dd6f0fed1085682f56d2815ff885a5ab58058a0b (patch) | |
| tree | 5f0aaee5e23abe3afba0668468a9cf090699646a /src/mainwindow.h | |
| parent | 472aa02068f59451ecda724775b097c864d56624 (diff) | |
added explore button in the settings to open stylesheets folder
added stylesheets folder to the open folders button
moved "Open MO2 Logs folder" up to be with instance folders, removed "MO2" in the name
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 2894b2e7..f5bab586 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -545,6 +545,7 @@ private slots: void openLogsFolder(); void openInstallFolder(); void openPluginsFolder(); + void openStylesheetsFolder(); void openDownloadsFolder(); void openModsFolder(); void openProfileFolder(); |
