From dfbaed0ade533f5e203b16a5126090377cb4657b Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Sun, 25 Apr 2021 04:45:35 -0700 Subject: Add a separator after the primary game and sort the secondary games --- src/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index ee2446af..6626bf51 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -187,7 +187,7 @@ private: void setToolbarButtonStyle(Qt::ToolButtonStyle s); void registerModPage(MOBase::IPluginModPage* modPage); - void registerNexusPages(const QStringList& gamePluginNames); + bool registerNexusPage(const QString& gameName); void registerPluginTool(MOBase::IPluginTool* tool, QString name = QString(), QMenu* menu = nullptr); void updateToolbarMenu(); -- cgit v1.3.1