From ae8955bf41a56a24f90bbeb9d5ca85a4fd31b40e Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Mon, 12 Dec 2022 14:40:52 -0600 Subject: [PATCH] fix path not changed in the textbox --- .../ViewModels/AddProgramSourceViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins/Flow.Launcher.Plugin.Program/ViewModels/AddProgramSourceViewModel.cs b/Plugins/Flow.Launcher.Plugin.Program/ViewModels/AddProgramSourceViewModel.cs index ffe9b2dce..1bb1ca13c 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/ViewModels/AddProgramSourceViewModel.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/ViewModels/AddProgramSourceViewModel.cs @@ -30,6 +30,7 @@ namespace Flow.Launcher.Plugin.Program.ViewModels { location = value; LocationModified = true; + OnPropertyChanged(); } }