Skip to content

Commit

Permalink
fix ctrl+f in audio form
Browse files Browse the repository at this point in the history
  • Loading branch information
samtupy committed Nov 1, 2024
1 parent 3959e07 commit b338dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/include/form.nvgt
Original file line number Diff line number Diff line change
Expand Up @@ -2565,6 +2565,7 @@ class control {
this.use_only_disallowed_chars = false;
this.char_disallowed_description = "";
this.enable_go_to_index = true;
this.enable_search = true;
}
void focus(bool interrupt_previous_speech, bool separate_attributes, bool silent = false) {
if (silent == true) {
Expand Down

0 comments on commit b338dbd

Please sign in to comment.