diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-04-17 16:13:43 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-04-17 21:51:01 +0200 |
| commit | b64fd1ed4d68fc64ac061b0f126af54cf7147462 (patch) | |
| tree | c1391be452c0db2e294afed2f585b931b4c162e8 /src/mainwindow.h | |
| parent | b1329c18cde91c9e245f59475ae3b32c2c663a8c (diff) | |
Enter shourcut will now open the mod containing the selected plugin if the ESPList has the focus.
Added F5 shourcut to refresh the profile.
Removed a redundant variable I saw by chance.
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 31c52bc0..3d093131 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -396,6 +396,7 @@ private slots: //modlist shortcuts
void openExplorer_activated();
+ void refreshProfile_activated();
// modlist context menu
void installMod_clicked();
|
