Merge pull request #273 from SirCmpwn/revert-271-master

Revert "Gtk to Gtk3"
This commit is contained in:
Drew DeVault 2017-07-25 11:03:06 -04:00 committed by GitHub
commit 0e70ad80b9

View File

@ -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)