Merge pull request #273 from SirCmpwn/revert-271-master
Revert "Gtk to Gtk3"
This commit is contained in:
commit
0e70ad80b9
@ -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)
|
||||
|
Reference in New Issue
Block a user