multi-byte paths-debug

This commit is contained in:
PacoX
2026-05-12 16:33:33 +02:00
parent 17379394bd
commit b62c1c7338
3 changed files with 2 additions and 3 deletions
-3
View File
@@ -118,9 +118,6 @@ class _PathSelectionDialogState extends State<PathSelectionDialog> {
return;
}
final width = widget.pathHashByteWidth.clamp(1, 8);
final expectedHexLen = width * 2; // 2 hex chars per byte
// Parse comma-separated hex prefixes
final pathIds = path
.split(',')