Skip to content

Commit ae8955b

Browse files
committed
fix path not changed in the textbox
1 parent 21c5c77 commit ae8955b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugins/Flow.Launcher.Plugin.Program/ViewModels/AddProgramSourceViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public string Location
3030
{
3131
location = value;
3232
LocationModified = true;
33+
OnPropertyChanged();
3334
}
3435
}
3536

0 commit comments

Comments
 (0)