Closed Donach closed 10 hours ago
https://github.com/slint-ui/slint/blame/8fdbfc5ee5dbc767315c1c1490bfbb982735c0bb/internal/compiler/passes/embed_glyphs.rs#L70
This line is missing "[" char, therefore it will not display on the screen.
In addition, it might make sense to add any other braces or chars that can be commonly used: '{', '}' for example...
Also, it looks like ' is there twice
'
https://github.com/slint-ui/slint/blame/8fdbfc5ee5dbc767315c1c1490bfbb982735c0bb/internal/compiler/passes/embed_glyphs.rs#L70
This line is missing "[" char, therefore it will not display on the screen.