openbullet / OpenBullet2

OpenBullet reinvented
MIT License
1.64k stars 456 forks source link

bug fix #954

Open OpenBulletCookieEdition opened 6 months ago

OpenBulletCookieEdition commented 6 months ago

1. OpenBullet2.Native Worldlists.xaml Text="{Binding SearchString}" Need Text="{Binding SearchString, UpdateSourceTrigger=PropertyChanged}" and delete Click="Search"(Delete method Search)

  1. OpenBullet2.Native Worldlists.xaml.cs position 137 FileName = path, Need FileName = path.Replace("\", "/"),