mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08: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",
|
DefaultFamilyName = "fonts:SourceGit#JetBrains Mono",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
builder.With(new X11PlatformOptions()
|
||||||
|
{
|
||||||
|
EnableIme = true,
|
||||||
|
});
|
||||||
|
|
||||||
// Free-desktop file picker has an extra black background panel.
|
// Free-desktop file picker has an extra black background panel.
|
||||||
builder.UseManagedSystemDialogs();
|
builder.UseManagedSystemDialogs();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue