mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:06:08 +00:00
UI: Options: Hide "Network Rules" tab until impl.
This commit is contained in:
parent
76d4bd5109
commit
82b78b5ec9
@ -64,6 +64,8 @@ void MainPage::setupUi()
|
||||
m_tabBar->addTab(m_statisticsPage, IconCache::icon(":/icons/database.png"), QString());
|
||||
m_tabBar->addTab(m_schedulePage, IconCache::icon(":/icons/clock.png"), QString());
|
||||
|
||||
m_tabBar->setTabVisible(2, false); // TODO: Impl. Network Rules
|
||||
|
||||
// Dialog butons
|
||||
auto buttonsLayout = setupDialogButtons();
|
||||
layout->addLayout(buttonsLayout);
|
||||
|
Loading…
Reference in New Issue
Block a user