mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
remove unused settings item add setting to disable hardware acceleration (enabled by default) optimize main.js startup loading
18 lines
413 B
JSON
18 lines
413 B
JSON
{
|
|
"autoUpdate": true,
|
|
"discordRPC": true,
|
|
"customTopBar": true,
|
|
"autoCheckInfo": true,
|
|
"addThumbnail": true,
|
|
"addMetadata": true,
|
|
"verboseLogs": false,
|
|
"autoDownloadPlaylist": true,
|
|
"createPlaylistFolders": true,
|
|
"customCodec": "h264",
|
|
"logSystem": true,
|
|
"outputTitleCheck": true,
|
|
"downloadSystem": true,
|
|
"notifySystem": true,
|
|
"enableHardwareAcceleration": true,
|
|
"theme": "dark"
|
|
} |