summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-07-21 20:09:25 +0200
committerAl12rs <gabriel.cortesi@outlook.com>2018-07-21 20:09:25 +0200
commitcc63717060229ce40279f4ac1edd0907110fee87 (patch)
tree848fa5a76e30c04a8da23f0e5f7a1d29a61b92e0 /src/mainwindow.h
parent8f28e0af36d6246f1230a8aa296cfd5485b34242 (diff)
Added "Open Mods folder" to "Open Folder" context menu.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 773bf298..6cf83301 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -502,6 +502,7 @@ private slots:
void openInstallFolder();
void openPluginsFolder();
void openDownloadsFolder();
+ void openModsFolder();
void openProfileFolder();
void openGameFolder();
void openMyGamesFolder();