JDownloader Community - Appwork GmbH
 

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 19.03.2019, 11:14
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,484
Default

Quote:
Originally Posted by bobolecoco View Post
... 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 View Post
.. api namespace is 'extensions' ...
Does not appear to be listed in "extensions".

Last edited by mgpai; 19.03.2019 at 11:47. Reason: Removed IIFE
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 08:26.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.