diff --git a/MarkdownMonster/App.xaml.cs b/MarkdownMonster/App.xaml.cs index 951f436b1..7db33d8df 100644 --- a/MarkdownMonster/App.xaml.cs +++ b/MarkdownMonster/App.xaml.cs @@ -340,12 +340,7 @@ private void ThemeCustomizations() mmApp.SetTheme(mmApp.Configuration.ApplicationTheme, App.Current.MainWindow as MetroWindow); } - - protected override void OnSessionEnding(SessionEndingCancelEventArgs e) - { - base.OnSessionEnding(e); - } - + /// /// Loads all addins asynchronously without loading the /// addin UI -handled in Window Load to ensure Window is up)