diff options
| author | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-04 03:36:51 +0100 |
|---|---|---|
| committer | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-04 03:36:51 +0100 |
| commit | 46319decd16b985b399637a6c16fb8010ecd6ea7 (patch) | |
| tree | 20cc8c4a6f194a35f9c604144b54ae56b821e0ea /src/mainwindow.h | |
| parent | e9da5b4fad488a5e1ff61d68cc6a24b68f0d4440 (diff) | |
Allow Shift-double click on modlist to open Nexus or custom URL as fall-back.
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 2c45049a..149a0fd8 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -424,6 +424,7 @@ private slots: void restoreHiddenFiles_clicked(); void visitOnNexus_clicked(); void visitWebPage_clicked(); + void visitNexusOrWebPage_clicked(); void openExplorer_clicked(); void openPluginOriginExplorer_clicked(); void openOriginInformation_clicked(); |
