We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb70eb commit 6c2f38cCopy full SHA for 6c2f38c
src/cascadia/TerminalSettingsEditor/ProfileViewModel.cpp
@@ -108,6 +108,7 @@ namespace winrt::Microsoft::Terminal::Settings::Editor::implementation
108
L"UsingImageIcon",
109
L"LocalizedIcon",
110
L"IconPreview",
111
+ L"IconPath",
112
L"EvaluatedIcon");
113
}
114
else if (viewModelProperty == L"CurrentBuiltInIcon")
src/cascadia/TerminalSettingsEditor/ProfileViewModel.h
@@ -98,7 +98,7 @@ namespace winrt::Microsoft::Terminal::Settings::Editor::implementation
98
void IconPath(const winrt::hstring& path)
99
{
100
Icon(Model::MediaResourceHelper::FromString(path));
101
- _NotifyChanges(L"Icon");
+ _NotifyChanges(L"Icon", L"IconPath");
102
103
104
// starting directory
0 commit comments