feat: add Devtron in dev mode

remove unused settings item
add setting to disable hardware acceleration (enabled by default)
optimize main.js startup loading
This commit is contained in:
MasterAcnolo
2026-06-01 22:39:12 +02:00
parent b745ebd29f
commit c88189b44f
6 changed files with 379 additions and 31 deletions

View File

@@ -38,7 +38,8 @@ const FEATURE_WHITELIST = new Set([
"customCodec",
"theme",
"createPlaylistFolders",
"notifySystem"
"notifySystem",
"enableHardwareAcceleration"
]);
/**