Quote:
Originally Posted by bobolecoco
... Is there a way to change settings ... "mininmize to tray"...
|
Code:
// Enable Tray Icon if it is disabled
// Trigger: Interval (Rencommended: 60000 or more)
var settings = "org.jdownloader.gui.jdtrayicon.TrayConfig";
var storage = "cfg/org.jdownloader.gui.jdtrayicon.TrayExtension";
var value = callAPI("config", "get", settings, storage, "enabled");
if (!value) callAPI("config", "set", settings, storage, "enabled", true);
Quote:
Originally Posted by Jiaz
.. api namespace is 'extensions' ...
|
Does not appear to be listed in "extensions".