Skip to content

Commit

Permalink
Fix gui example
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Nov 4, 2024
1 parent 0fbd203 commit e3d174c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let views = {
// Enable illegal filename symbols since we're not choosing filenames, gives more flexibility
// Not available in all firmwares, good idea to check if it is supported
if (doesSdkSupport(["gui-textinput-illegalsymbols"])) {
views.textInput.set("illegalSymbols", true);
views.keyboard.set("illegalSymbols", true);
}

// demo selector
Expand Down

0 comments on commit e3d174c

Please sign in to comment.