diff --git a/src/modules/imageresizer/ui/App.xaml.cs b/src/modules/imageresizer/ui/App.xaml.cs index ab0f59b779..36736be933 100644 --- a/src/modules/imageresizer/ui/App.xaml.cs +++ b/src/modules/imageresizer/ui/App.xaml.cs @@ -20,7 +20,7 @@ namespace ImageResizer { public partial class App : Application, IDisposable { - private const string LogSubFolder = "\\ImageResizer\\Logs"; + private const string LogSubFolder = "\\Image Resizer\\Logs"; /// /// Gets cached AI availability state, checked at app startup.