Skip to content

Commit

Permalink
Fix keep folders links settings binding
Browse files Browse the repository at this point in the history
  • Loading branch information
ionite34 committed Jul 3, 2023
1 parent 2f36d38 commit d1ea86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StabilityMatrix/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
Margin="0,8"
Text="Checkpoint Manager Options" />
<CheckBox
IsChecked="{Binding}"
IsChecked="{Binding KeepFolderLinksOnShutdown}"
Margin="8"
ToolTip="Normally removed on shutdown to allow the data folder to be moved without potential file explorer issues."
Content="Keep shared checkpoints directory symbolic links on shutdown"/>
Expand Down

0 comments on commit d1ea86b

Please sign in to comment.