SaveTool: improve a button.
This commit is contained in:
parent
e580736ac6
commit
f323215844
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ void SaveTool::drawManager() {
|
||||||
_currentProfile->companyName().c_str(),
|
_currentProfile->companyName().c_str(),
|
||||||
_currentProfile->type() == ProfileType::Demo ? "demo" : "full game");
|
_currentProfile->type() == ProfileType::Demo ? "demo" : "full game");
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
if(ImGui::Button("Close")) {
|
if(ImGui::Button(ICON_FA_ARROW_LEFT " Back to profile manager")) {
|
||||||
_currentProfile = nullptr;
|
_currentProfile = nullptr;
|
||||||
_massManager.reset();
|
_massManager.reset();
|
||||||
_fileWatcher.reset();
|
_fileWatcher.reset();
|
||||||
|
|
Loading…
Reference in a new issue