SaveTool: improve a button.

This commit is contained in:
Guillaume Jacquemin 2021-08-19 14:31:17 +02:00
parent e580736ac6
commit f323215844
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void SaveTool::drawManager() {
_currentProfile->companyName().c_str(),
_currentProfile->type() == ProfileType::Demo ? "demo" : "full game");
ImGui::SameLine();
if(ImGui::Button("Close")) {
if(ImGui::Button(ICON_FA_ARROW_LEFT " Back to profile manager")) {
_currentProfile = nullptr;
_massManager.reset();
_fileWatcher.reset();