mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 654579 - Set the network.manage-offline-status to true by default. r=bagder
This commit is contained in:
parent
f51c235239
commit
2b59028e9c
@ -1196,7 +1196,7 @@ pref("network.warnOnAboutNetworking", true);
|
||||
// pref("network.protocol-handler.expose.imap", true);
|
||||
|
||||
// Whether IOService.connectivity and NS_IsOffline depends on connectivity status
|
||||
pref("network.manage-offline-status", false);
|
||||
pref("network.manage-offline-status", true);
|
||||
// If set to true, IOService.offline depends on IOService.connectivity
|
||||
pref("network.offline-mirrors-connectivity", true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user