We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3ae6b commit bd09a44Copy full SHA for bd09a44
src/Native/Linux.cs
@@ -43,6 +43,11 @@ public void SetupApp(AppBuilder builder)
43
DefaultFamilyName = "fonts:SourceGit#JetBrains Mono",
44
});
45
46
+ builder.With(new X11PlatformOptions()
47
+ {
48
+ EnableIme = true,
49
+ });
50
+
51
// Free-desktop file picker has an extra black background panel.
52
builder.UseManagedSystemDialogs();
53
}
0 commit comments