Skip to content

Commit

Permalink
Revert unintentional change to ime default setting (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kethku committed Dec 1, 2023
1 parent a5a6b87 commit 0787fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl Default for WindowSettings {
padding_bottom: 0,
theme: "".to_string(),
input_macos_alt_is_meta: false,
input_ime: false,
input_ime: true,
mouse_move_event: false,
observed_lines: None,
observed_columns: None,
Expand Down

0 comments on commit 0787fd1

Please sign in to comment.