Skip to content

Commit

Permalink
fix: add monitors tab to the top of the tab selector (fix #2930)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Mar 5, 2023
1 parent c27801b commit 2bd90b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/src/main-window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ void MainWindow::init(const QStringList &args, const QMap<QString, QString> &par
m_tabSelector->setFlat(true);
m_tabSelector->markStaticTab(m_favoritesTab);
m_tabSelector->markStaticTab(m_downloadsTab);
m_tabSelector->markStaticTab(m_monitorsTab);
if (m_logTab != nullptr)
{ m_tabSelector->markStaticTab(m_logTab); }
layout->addWidget(m_tabSelector);
Expand Down

0 comments on commit 2bd90b4

Please sign in to comment.