1
0
Fork 0

Fix hint text

master
Liza 2023-09-09 19:08:20 +02:00
parent e03b3984d8
commit 2bb7f2aef3
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class ConfigWindow : Window
ImGui.Separator();
if (_searchResults.Count == 0)
if (string.IsNullOrEmpty(_itemName))
{
ImGui.Text("Type item name...");
}