Skip to content

Commit d1ea86b

Browse files
committed
Fix keep folders links settings binding
1 parent 2f36d38 commit d1ea86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StabilityMatrix/SettingsPage.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
Margin="0,8"
135135
Text="Checkpoint Manager Options" />
136136
<CheckBox
137-
IsChecked="{Binding}"
137+
IsChecked="{Binding KeepFolderLinksOnShutdown}"
138138
Margin="8"
139139
ToolTip="Normally removed on shutdown to allow the data folder to be moved without potential file explorer issues."
140140
Content="Keep shared checkpoints directory symbolic links on shutdown"/>

0 commit comments

Comments
 (0)