Hide HTTP server settings if we only have 1 active network connection (well 2 if you include loopback :-) )
This commit is contained in:
committed by
craig.p.drummond
parent
32d6afe279
commit
c21de407cc
@@ -80,7 +80,7 @@ void HttpServerSettings::load()
|
||||
|
||||
bool HttpServerSettings::haveMultipleInterfaces() const
|
||||
{
|
||||
return httpInterface->count()>2;
|
||||
return httpInterface->count()>3;
|
||||
}
|
||||
|
||||
void HttpServerSettings::save()
|
||||
|
||||
Reference in New Issue
Block a user