From 654a343bbb7eb51b387060515e3415e152d12c2a Mon Sep 17 00:00:00 2001 From: James Turner <zakalawe@mac.com> Date: Wed, 8 Jun 2016 11:56:18 +0100 Subject: [PATCH] Enable the Qt gui inside the sim. Needs a lot of testing, but aircraft can be installed / changed and location adjusted from within the sim. After some number of times the sim will crash. --- gui/menubar.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gui/menubar.xml b/gui/menubar.xml index e58d25951..afb7ff3d2 100644 --- a/gui/menubar.xml +++ b/gui/menubar.xml @@ -86,10 +86,7 @@ <item> <name>aircraft-center</name> <binding> - <command>nasal</command> - <script> - canvas.loadDialog("AircraftCenter"); - </script> + <command>open-launcher</command> </binding> </item>