fix path not changed in the textbox

This commit is contained in:
Hongtao Zhang 2022-12-12 14:40:52 -06:00
parent 21c5c776c6
commit ae8955bf41
No known key found for this signature in database
GPG key ID: 75F655B91C7AC9BB

View file

@ -30,6 +30,7 @@ namespace Flow.Launcher.Plugin.Program.ViewModels
{
location = value;
LocationModified = true;
OnPropertyChanged();
}
}