diff options
Diffstat (limited to 'EventMaker/EventMaker/App.xaml.cs')
-rw-r--r-- | EventMaker/EventMaker/App.xaml.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/EventMaker/EventMaker/App.xaml.cs b/EventMaker/EventMaker/App.xaml.cs index 9e69362..154099a 100644 --- a/EventMaker/EventMaker/App.xaml.cs +++ b/EventMaker/EventMaker/App.xaml.cs @@ -32,11 +32,12 @@ namespace EventMaker /// <param name="e">Details about the launch request and process.</param> protected override void OnLaunched(LaunchActivatedEventArgs e) { -#if DEBUG - if (System.Diagnostics.Debugger.IsAttached) - { - DebugSettings.EnableFrameRateCounter = true; - } + //#if DEBUG + // if (System.Diagnostics.Debugger.IsAttached) + // { + // DebugSettings.EnableFrameRateCounter = true; + // } + //#endif ApplicationViewTitleBar titleBar = ApplicationView.GetForCurrentView().TitleBar; if (titleBar != null) @@ -44,7 +45,6 @@ namespace EventMaker titleBar.BackgroundColor = Color.FromArgb(255, 16, 110, 190); titleBar.ButtonBackgroundColor = Color.FromArgb(255, 16, 110, 190); } -#endif Frame rootFrame = Window.Current.Content as Frame; // Do not repeat app initialization when the Window already has content, |