mirror of
https://github.com/tnodir/fort
synced 2024-11-15 01:55:44 +00:00
UI: Hide "Collect allowed connections" options until impl.
This commit is contained in:
parent
d84da89e68
commit
e17272141c
@ -182,6 +182,8 @@ void ConnectionsWindow::setupLogAllowedIp()
|
||||
|
||||
fortManager()->applyConfImmediateFlags();
|
||||
});
|
||||
|
||||
m_cbLogAllowedIp->setVisible(false); // TODO
|
||||
}
|
||||
|
||||
void ConnectionsWindow::setupLogBlockedIp()
|
||||
|
@ -444,6 +444,8 @@ void ApplicationsPage::setupGroupLogConn()
|
||||
|
||||
ctrl()->setConfEdited(true);
|
||||
});
|
||||
|
||||
m_cbLogConn->setVisible(false); // TODO
|
||||
}
|
||||
|
||||
void ApplicationsPage::setupGroupFragmentPacket()
|
||||
|
Loading…
Reference in New Issue
Block a user