mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Merge branch '1788-network-more-reachable' into 'master'
gnetworkmonitornm: Consider NM_STATE_CONNECTED_SITE to be available Closes #1788 See merge request GNOME/glib!880
This commit is contained in:
@@ -196,7 +196,7 @@ sync_properties (GNetworkMonitorNM *nm,
|
||||
}
|
||||
else if (nm_state <= NM_STATE_CONNECTED_SITE)
|
||||
{
|
||||
new_network_available = FALSE;
|
||||
new_network_available = TRUE;
|
||||
new_network_metered = FALSE;
|
||||
if (nm_connectivity == NM_CONNECTIVITY_PORTAL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user