mirror of https://github.com/xemu-project/xemu.git
ui: Clarify snapshot search/name placeholder text
This commit is contained in:
parent
0155721cfe
commit
6fbb0dfbcd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue