From f323215844c7f8a27ae0ef62ba9e79dc3b7a4a69 Mon Sep 17 00:00:00 2001 From: William JCM Date: Thu, 19 Aug 2021 14:31:17 +0200 Subject: [PATCH] SaveTool: improve a button. --- src/SaveTool/SaveTool_MainManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SaveTool/SaveTool_MainManager.cpp b/src/SaveTool/SaveTool_MainManager.cpp index 1f53f4c..747aea1 100644 --- a/src/SaveTool/SaveTool_MainManager.cpp +++ b/src/SaveTool/SaveTool_MainManager.cpp @@ -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();