Skip to content

Commit

Permalink
fix: IME not work on Wayland (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
love-linger committed May 13, 2024
1 parent 6e3ae6b commit bd09a44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Native/Linux.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ public void SetupApp(AppBuilder builder)
DefaultFamilyName = "fonts:SourceGit#JetBrains Mono",
});

builder.With(new X11PlatformOptions()
{
EnableIme = true,
});

// Free-desktop file picker has an extra black background panel.
builder.UseManagedSystemDialogs();
}
Expand Down

0 comments on commit bd09a44

Please sign in to comment.