diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2021-04-25 04:45:35 -0700 |
|---|---|---|
| committer | Chris Bessent <lost.dragonist@gmail.com> | 2021-04-25 04:45:35 -0700 |
| commit | dfbaed0ade533f5e203b16a5126090377cb4657b (patch) | |
| tree | b37d58c33fd94f759fdad70e1cf220ca51dfece6 /src/mainwindow.h | |
| parent | e475893ff45c187d89ffa6ad8f43eaee1cd61c1f (diff) | |
Add a separator after the primary game and sort the secondary games
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
