- Feature: Option to overwrite existing audio files when moving to Books - Bugfix: Do not set liberated status if moving files fails.
This commit is contained in:
parent
7347244f0a
commit
46f6ba1710
10 changed files with 1157 additions and 1034 deletions
|
|
@ -28,6 +28,10 @@
|
|||
<TextBlock Text="{CompiledBinding SavePodcastsToParentFolderText}" />
|
||||
</CheckBox>
|
||||
|
||||
<CheckBox IsChecked="{CompiledBinding OverwriteExisting, Mode=TwoWay}">
|
||||
<TextBlock Text="{CompiledBinding OverwriteExistingText}" />
|
||||
</CheckBox>
|
||||
|
||||
</StackPanel>
|
||||
|
||||
</controls:GroupBox>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue