From dd7eecb2791f878e3c82ce71367776165f8c7c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Wed, 16 Sep 2026 23:48:44 +0300 Subject: [PATCH] custom files: update the section comment to the new parent rules --- frontend/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 309645b..4ed14af 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -8754,9 +8754,11 @@ async function pysimPliSave() { // ===== custom files ===== // A custom file has a canonical full path rooted at MF or an ADF -// ("MF/A153/4954", "ADF.USIM/6F07"); the parent DF must be defined as a -// custom file before a file under it can be added. Entries are stored as -// {path, name, kind} with kind derived from the alias prefix (EF./DF.). +// ("MF/A153/4954", "ADF.USIM/6F07"). The parent may be the root, a custom DF +// or any DF known from the file-manager tree (MF/7F20, ...) at any depth; a +// parent not seen yet is accepted and flagged until the tree resolves it. +// Entries are stored as {path, name, kind} with kind derived from the alias +// prefix (EF./DF.). let pysimCustomFiles = []; let _pysimCustomDropped = 0; const CUSTOM_ROOTS = ['MF', 'ADF.USIM', 'ADF.ISIM'];