From 3a17614bed6d45df2852318910ce5e30d8dc1e4e Mon Sep 17 00:00:00 2001 From: Al12rs Date: Fri, 26 Jan 2018 18:24:36 +0100 Subject: 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. --- src/mainwindow.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.h') 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(); -- cgit v1.3.1