Fix hint text
This commit is contained in:
parent
e03b3984d8
commit
2bb7f2aef3
@ -53,7 +53,7 @@ public class ConfigWindow : Window
|
||||
|
||||
ImGui.Separator();
|
||||
|
||||
if (_searchResults.Count == 0)
|
||||
if (string.IsNullOrEmpty(_itemName))
|
||||
{
|
||||
ImGui.Text("Type item name...");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user