Update libs.

This commit is contained in:
J-D-K
2025-09-08 21:02:41 -04:00
parent 8b72f08dcc
commit fa5a5e3c19
7 changed files with 12 additions and 6 deletions

View File

@@ -180,7 +180,7 @@ void SettingsState::change_working_directory()
}
const std::string newPathString = newPath.string();
const std::string popMessage = stringutil::get_formatted_string(popSuccessFormat, newPathString);
const std::string popMessage = stringutil::get_formatted_string(popSuccessFormat, newPathString.c_str());
ui::PopMessageManager::push_message(popTicks, popMessage);
}