Skip to content

Commit 7687a40

Browse files
#698 Update hosts when unchecking the Include topology and tag to the project name checkbox
1 parent 49315ae commit 7687a40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SIM.Tool.Windows/UserControls/Install/Containers/SelectTag.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ private void ProjectName_Checked(object sender, RoutedEventArgs e)
178178
private void ProjectName_OnUnchecked(object sender, RoutedEventArgs e)
179179
{
180180
this.envModel.ProjectName = this.defaultProjectName;
181+
this.UpdateHosts();
181182
}
182183

183184
private void UpdateProjectName()

0 commit comments

Comments
 (0)