mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
fix: IME not work on Wayland (#125)
This commit is contained in:
parent
6e3ae6b7b4
commit
bd09a44ab9
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ namespace SourceGit.Native
|
|||
DefaultFamilyName = "fonts:SourceGit#JetBrains Mono",
|
||||
});
|
||||
|
||||
builder.With(new X11PlatformOptions()
|
||||
{
|
||||
EnableIme = true,
|
||||
});
|
||||
|
||||
// Free-desktop file picker has an extra black background panel.
|
||||
builder.UseManagedSystemDialogs();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue