mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 15:25:47 +01:00
Fix 'online' option's getter
This commit is contained in:
@@ -438,7 +438,7 @@ const config = { //{{{
|
||||
getter: function ()
|
||||
{
|
||||
const ioService = Cc["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService2);
|
||||
return ioService.offline;
|
||||
return !ioService.offline;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user