ui: Clarify snapshot search/name placeholder text

This commit is contained in:
Matt Borgerson 2023-06-04 16:55:00 -07:00 committed by mborgerson
parent 0155721cfe
commit 6fbb0dfbcd

View File

@ -790,7 +790,8 @@ void MainMenuSnapshotsView::Draw()
"Only display snapshots created while running the currently running XBE");
ImGui::SetNextItemWidth(ImGui::GetColumnWidth() * 0.8);
ImGui::InputTextWithHint("##search", "Search...", &m_search_buf, ImGuiInputTextFlags_CallbackEdit,
ImGui::InputTextWithHint("##search", "Search or name new snapshot...",
&m_search_buf, ImGuiInputTextFlags_CallbackEdit,
&MainMenuSnapshotsViewUpdateSearchBox, this);
bool snapshot_with_create_name_exists = false;