Skip to content

Commit bd09a44

Browse files
committed
fix: IME not work on Wayland (#125)
1 parent 6e3ae6b commit bd09a44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Native/Linux.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ public void SetupApp(AppBuilder builder)
4343
DefaultFamilyName = "fonts:SourceGit#JetBrains Mono",
4444
});
4545

46+
builder.With(new X11PlatformOptions()
47+
{
48+
EnableIme = true,
49+
});
50+
4651
// Free-desktop file picker has an extra black background panel.
4752
builder.UseManagedSystemDialogs();
4853
}

0 commit comments

Comments
 (0)