@NavyFish - Is there a repository somewhere that I can submit patches to for 1.0? I think the toolbar fix is pretty simple. I've got a locally compiled version that just comments out a single line that seems to have fixed the issue. Looks like the appLauncherButton can only be added once now diff -r .\090\DockingPortAlignment.cs .\100\DockingPortAlignment.cs 218c218 < appLauncherButton = null; --- > //appLauncherButton = null;