From 86b595beffa8d52b5298a9eaa71e66d5c49a248c Mon Sep 17 00:00:00 2001 From: MasterAcnolo Date: Thu, 20 Aug 2026 19:33:08 +0200 Subject: [PATCH] Fix: default config in README that was not accurate --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 365ec4c..b7d2e63 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,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 [EXPERIMENTAL] | +| `systemTray` | boolean | `false` | 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 | @@ -261,7 +261,7 @@ Freedom Loader can be configured either through the settings panel in the UI or | `verboseLogs` | boolean | `false` | Enable detailed logging for debugging | | `autoDownloadPlaylist` | boolean | `true` | Automatically download entire playlists | | `keepPlaylistOrder` | boolean | `false` | Add index before title, usefull for album | -| `createPlaylistFolders` | boolean | `true` | Automatically create a folder for a playlist | +| `createPlaylistFolders` | boolean | `false` | Automatically create a folder for a playlist | | `customCodec` | string | `"h264"` | Video codec for encoding (supported: h264, h265, vp9, av1) | | `logSystem` | boolean | `true` | Enable application logging | | `outputTitleCheck` | boolean | `true` | Verify output file titles |