Skip to content

Commit

Permalink
Udpate API
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jan 30, 2024
1 parent dd42aae commit db84872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TotkConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The absolute path to your TotK RomFS game dump

partial void OnGamePathChanged(string value)
{
SetValidation(() => GamePath, value => {
Validate(() => GamePath, value => {
return value is not null
&& File.Exists(Path.Combine(value, "Pack", "ZsDic.pack.zs"));
});
Expand Down

0 comments on commit db84872

Please sign in to comment.