Revert "Gtk to Gtk3"
This commit is contained in:
parent
ae01f8d585
commit
45c59661c8
@ -14,7 +14,7 @@ namespace TrueCraft.Launcher
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
if (RuntimeInfo.IsLinux)
|
||||
Application.Initialize(ToolkitType.Gtk3);
|
||||
Application.Initialize(ToolkitType.Gtk);
|
||||
else if (RuntimeInfo.IsMacOSX)
|
||||
Application.Initialize(ToolkitType.Gtk); // TODO: Cocoa
|
||||
else if (RuntimeInfo.IsWindows)
|
||||
|
Loading…
x
Reference in New Issue
Block a user