mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 05:31:03 +00:00
Update winlibs.js
This commit is contained in:
parent
45465d12e3
commit
5ffc4aede7
|
@ -45,6 +45,6 @@ exports.openTimezonePanel = function() {
|
||||||
return exports.openControlPanel("desk", ["@0", 1]);
|
return exports.openControlPanel("desk", ["@0", 1]);
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.openNetworkPanel = function() {
|
exports.openNetAdaptersPanel = function() {
|
||||||
return exports.openControlPanel("ncpa");
|
return exports.openControlPanel("ncpa", ["@0", 3]);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user