diff --git a/CollapseLauncher/XAMLs/MainApp/MainPage.xaml.cs b/CollapseLauncher/XAMLs/MainApp/MainPage.xaml.cs index 4eb61de90..b9295464a 100644 --- a/CollapseLauncher/XAMLs/MainApp/MainPage.xaml.cs +++ b/CollapseLauncher/XAMLs/MainApp/MainPage.xaml.cs @@ -512,7 +512,9 @@ private async void CustomBackgroundChanger_Event(object sender, BackgroundImgPro } catch (Exception ex) { - ErrorSender.SendException(ex); + LogWriteLine($"An error occured while loading background {e.ImgPath}\r\n{ex}", + LogType.Error, true); + ErrorSender.SendException(new Exception($"An error occured while loading background {e.ImgPath}", ex)); } }