Skip to content

Commit ec06397

Browse files
authored
Merge pull request #141 from ionite34/fix-settings
2 parents 2f36d38 + d1ea86b commit ec06397

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)