Skip to content

Commit

Permalink
UI: Hide "Collect allowed connections" options until impl.
Browse files Browse the repository at this point in the history
  • Loading branch information
tnodir committed Feb 21, 2021
1 parent d84da89 commit e172721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/form/conn/connectionswindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ void ConnectionsWindow::setupLogAllowedIp()

fortManager()->applyConfImmediateFlags();
});

m_cbLogAllowedIp->setVisible(false); // TODO
}

void ConnectionsWindow::setupLogBlockedIp()
Expand Down
2 changes: 2 additions & 0 deletions src/ui/form/opt/pages/applicationspage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,8 @@ void ApplicationsPage::setupGroupLogConn()

ctrl()->setConfEdited(true);
});

m_cbLogConn->setVisible(false); // TODO
}

void ApplicationsPage::setupGroupFragmentPacket()
Expand Down

0 comments on commit e172721

Please sign in to comment.