mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 20:15:46 +01:00
Do away with now unnecessary service variables.
This commit is contained in:
@@ -312,8 +312,7 @@ const Config = Module("config", ConfigBase, {
|
||||
"boolean", true,
|
||||
{
|
||||
setter: function (value) {
|
||||
const ioService = services.io;
|
||||
if (ioService.offline == value)
|
||||
if (services.io.offline == value)
|
||||
BrowserOffline.toggleOfflineStatus();
|
||||
return value;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user