SaveTool: mark profiles as "legacy" in the manager.

I'll probably have to redesign that whole part of the UI anyway, so...
This commit is contained in:
Guillaume Jacquemin 2022-01-15 11:31:06 +01:00
parent 8102d1d83a
commit ed0c4a73bb
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ void SaveTool::drawProfileManager() {
}
ImGui::TableSetColumnIndex(1);
ImGui::TextUnformatted(_profileManager->profiles()[i].type() == ProfileType::Demo ? "Demo" : "Full");
ImGui::TextUnformatted(_profileManager->profiles()[i].type() == ProfileType::Demo ? "Demo (legacy)" : "Full (legacy)");
ImGui::TableSetColumnIndex(2);
if(ImGui::SmallButton(ICON_FA_FILE_ARCHIVE)) {