diff --git a/TrueCraft.Launcher/Program.cs b/TrueCraft.Launcher/Program.cs index 5539c8c..7d9a01f 100644 --- a/TrueCraft.Launcher/Program.cs +++ b/TrueCraft.Launcher/Program.cs @@ -14,7 +14,7 @@ namespace TrueCraft.Launcher public static void Main(string[] args) { if (RuntimeInfo.IsLinux) - Application.Initialize(ToolkitType.Gtk); + Application.Initialize(ToolkitType.Gtk3); else if (RuntimeInfo.IsMacOSX) Application.Initialize(ToolkitType.Gtk); // TODO: Cocoa else if (RuntimeInfo.IsWindows)