mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 20:46:30 +00:00
fix editing annotation
This commit is contained in:
@@ -48,7 +48,7 @@ public partial class App : Application
|
||||
});
|
||||
services.AddSingleton<IConfigRepository, FileConfigRepository>();
|
||||
services.AddSingleton<Config>(sp => sp.GetRequiredService<IConfigRepository>().Get());
|
||||
services.AddSingleton<PlayerControlHandler>();
|
||||
services.AddSingleton<MainWindowEventHandler>();
|
||||
})
|
||||
.UseSerilog()
|
||||
.Build();
|
||||
|
||||
Reference in New Issue
Block a user