Skip to content

Commit 73e9a34

Browse files
committed
Leftover changes
1 parent 4037a3c commit 73e9a34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Files.App/ViewModels/Properties/HashesViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ public string HashInput
3939
set
4040
{
4141
SetProperty(ref _hashInput, value);
42+
4243
OnHashInputTextChanged();
44+
OnPropertyChanged(nameof(IsInfoBarOpen));
4345
IsInfoBarOpen = !string.IsNullOrEmpty(value);
4446
}
4547
}

0 commit comments

Comments
 (0)