This commit is contained in:
Boki 2026-02-23 09:38:24 -05:00
parent adc2450013
commit dcbeebac83
14 changed files with 859 additions and 368 deletions

View file

@ -43,7 +43,7 @@ public partial class App : Application
services.AddSingleton<IScreenReader, ScreenReader>();
services.AddSingleton<IClientLogWatcher>(sp =>
new ClientLogWatcher(sp.GetRequiredService<SavedSettings>().Poe2LogPath));
services.AddSingleton<ITradeMonitor, TradeMonitor>();
services.AddSingleton<ITradeMonitor, TradeDaemonBridge>();
services.AddSingleton<IInventoryManager, InventoryManager>();
// Bot