Skip to content

Commit

Permalink
Use string instead of int (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx authored Oct 14, 2024
1 parent 07a47aa commit 1e0811d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ impl ConfigWidget {
"Configure keyboard behavior.",
first_section.clone(),
);
Self::add_int_option(
Self::add_string_option(
&container,
&mut options,
"kb_model",
Expand Down

0 comments on commit 1e0811d

Please sign in to comment.