Skip to content

Commit 8fc5c5b

Browse files
Update specs/MultiProfile.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 33a7ec0 commit 8fc5c5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/MultiProfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ HRESULT AppWindow::OnCreateCoreWebView2ControllerCompleted(HRESULT result, ICore
111111
std::wstring str(profile_path.get());
112112
m_profileName = str.substr(str.find_last_of(L'\\') + 1);
113113
114-
// update window title
114+
// update window title with m_profileName
115115
UpdateAppTitle();
116116

117117
// update window icon

0 commit comments

Comments
 (0)