From dd4c93e2935cfcdc94b0343a91ce2858fab3360d Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Sat, 15 Aug 2026 14:31:12 +0200 Subject: [PATCH] add: systemTray information in README and add EXPERIMENTAL Tag --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a65415f..9a03b9e 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ The primary goal is to make media downloading accessible to users who want offli - **Stop download** - ability to cancel in-progress downloads - **Playlist folders** - dedicated folder creation per playlist - **Keep Playlist Order** - Add an Index before the title, could be useful for an album for example. +- **System Tray** - Could minimize the application in the system Tray, allow it to run in the background. ## Installation @@ -253,7 +254,7 @@ Freedom Loader can be configured either through the settings panel in the UI or | Option | Type | Default | Description | |------------------------------|---------|----------|------------------------------------------------------------| | `autoUpdate` | boolean | `true` | Enable automatic application updates | -| `systemTray` | boolean | `true` | Allow app to minimize on close | +| `systemTray` | boolean | `true` | Allow app to minimize on close [EXPERIMENTAL] | | `discordRPC` | boolean | `true` | Enable Discord Rich Presence integration | | `customTopBar` | boolean | `true` | Use custom application top bar | | `autoCheckInfo` | boolean | `true` | Automatically fetch video information on URL paste |