Skip to content

Commit 539a1f0

Browse files
committed
Fix NicSelectorPlaceholder not updating with language
1 parent 302a39d commit 539a1f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IPConfig/ViewModels/NicViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public NicViewModel()
101101
// 更新 ToolTip 信息。
102102
OnPropertyChanged(nameof(SelectedNic));
103103
OnPropertyChanged(nameof(SelectedNicIPConfig));
104+
OnPropertyChanged(nameof(NicSelectorPlaceholder));
104105
};
105106
}
106107

0 commit comments

Comments
 (0)