diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2020-02-05 16:28:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-05 16:28:14 +0100 |
| commit | 718c2a56f91f824c5eab69d8cc16294f77243370 (patch) | |
| tree | b96187b39755d807b352f6950c7104fd95158ec0 /src/mainwindow.h | |
| parent | 6ab940892f625e51b8edc643549f5cb35f1cf245 (diff) | |
| parent | 46319decd16b985b399637a6c16fb8010ecd6ea7 (diff) | |
Merge pull request #990 from Al12rs/shift_visit_website
Allow Shift-double click on modlist to open Nexus or custom URL as fa…
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(); |
