mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-25 11:24:02 +08:00
fix: can not type characters with accent (#716)
Leaves the `X11PlatformOptions.EnableIme` unsetted, since Avalonia will auto enable it when `LANG` contains `zh`/`ja`/`vi`/`ko` Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -13,10 +13,7 @@ namespace SourceGit.Native
|
||||
{
|
||||
public void SetupApp(AppBuilder builder)
|
||||
{
|
||||
builder.With(new X11PlatformOptions()
|
||||
{
|
||||
EnableIme = true,
|
||||
});
|
||||
builder.With(new X11PlatformOptions());
|
||||
}
|
||||
|
||||
public string FindGitExecutable()
|
||||
|
||||
Reference in New Issue
Block a user