diff --git a/Gui/Startup.cs b/Gui/Startup.cs index 67a5dfb4a..f868962d7 100644 --- a/Gui/Startup.cs +++ b/Gui/Startup.cs @@ -70,11 +70,11 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env) browserWindowOptions.Resizable = true; browserWindowOptions.Center = true; browserWindowOptions.Title = "Attack Surface Analyzer Preview"; -#if DEBUG + //#if DEBUG browserWindowOptions.AutoHideMenuBar = false; -#else - browserWindowOptions.AutoHideMenuBar = true; -#endif + //#else + //browserWindowOptions.AutoHideMenuBar = true; + //#endif Task.Run(async () => { diff --git a/Gui/Views/Shared/_Layout.cshtml b/Gui/Views/Shared/_Layout.cshtml index 56ca6d683..0aa334f6c 100644 --- a/Gui/Views/Shared/_Layout.cshtml +++ b/Gui/Views/Shared/_Layout.cshtml @@ -20,6 +20,16 @@ } @Html.Raw(JavaScriptSnippet.FullScript) + + + + + +