Add support for fixed strings to file parameters widget

This commit is contained in:
D. Berge
2024-05-04 17:27:55 +02:00
parent 59971a43fe
commit 8c6eefed97

View File

@@ -167,6 +167,7 @@
<dougal-fixed-string-decoder
:multiline="true"
:text="lineNameInfo.example"
:fixed.sync="lineNameInfo.fixed"
:fields.sync="lineNameInfo.fields"
></dougal-fixed-string-decoder>