mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Update ItemSearchWindow.cs
This commit is contained in:
parent
b2f9aebf1f
commit
6187e3b4d6
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ namespace Dalamud.Interface
|
||||||
this.builder = builder;
|
this.builder = builder;
|
||||||
this.closeOnChoose = closeOnChoose;
|
this.closeOnChoose = closeOnChoose;
|
||||||
this.searchText = searchText;
|
this.searchText = searchText;
|
||||||
|
|
||||||
while (!data.IsDataReady)
|
while (!data.IsDataReady)
|
||||||
Thread.Sleep(1);
|
Thread.Sleep(1);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue