diff --git a/App.config b/App.config index 3940edd0..34321363 100644 --- a/App.config +++ b/App.config @@ -85,6 +85,9 @@ True + + False + diff --git a/ConvertMedia.xaml b/ConvertMedia.xaml index a62d0ad6..4bbc7d8a 100644 --- a/ConvertMedia.xaml +++ b/ConvertMedia.xaml @@ -14,7 +14,9 @@ ItemsSource="{Binding Source={x:Static g:FormatCatalog.Instance}, Path=ImageFormats, Mode=OneWay}" SelectedValuePath="Tag" SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=appLastImageFormat, Mode=TwoWay}"/> - + +