From e475893ff45c187d89ffa6ad8f43eaee1cd61c1f Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Sun, 25 Apr 2021 04:10:08 -0700 Subject: Change the "Visit Nexus" button to support alternate sources If a game plugin supports more than one Nexus site for downloads, the "Visit Nexus" button will be turned into a drop-down that lets you select each site. --- src/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 7afd954a..ee2446af 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -187,6 +187,7 @@ private: void setToolbarButtonStyle(Qt::ToolButtonStyle s); void registerModPage(MOBase::IPluginModPage* modPage); + void registerNexusPages(const QStringList& gamePluginNames); void registerPluginTool(MOBase::IPluginTool* tool, QString name = QString(), QMenu* menu = nullptr); void updateToolbarMenu(); -- cgit v1.3.1