We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae6af5 commit effc3b6Copy full SHA for effc3b6
1 file changed
ZXBStudio/Program.cs
@@ -4,6 +4,7 @@
4
using System;
5
using System.Diagnostics;
6
using System.Linq;
7
+using System.Runtime.InteropServices;
8
9
namespace ZXBasicStudio
10
{
@@ -97,6 +98,10 @@ public static AppBuilder BuildAvaloniaApp()
97
98
99
return AppBuilder.Configure<App>()
100
.UsePlatformDetect()
101
+ .With(new X11PlatformOptions
102
+ {
103
+ EnableIme = true,
104
+ })
105
.LogToTrace();
106
}
107
0 commit comments