From 369d012586a349b390970701cdc15a7f76559f9e Mon Sep 17 00:00:00 2001 From: Simon G Date: Thu, 8 Apr 2021 10:28:52 +0200 Subject: [PATCH] - install audioInstaller --- Mystify/Bootstrapper.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Mystify/Bootstrapper.cs b/Mystify/Bootstrapper.cs index 4d8c0af..87b95b0 100644 --- a/Mystify/Bootstrapper.cs +++ b/Mystify/Bootstrapper.cs @@ -10,6 +10,9 @@ namespace Mystify { public class Bootstrapper { - public IIocContainer BootstrapKernel() => new IocContainer().Install(new NotifyIconInstaller()); + public IIocContainer BootstrapKernel() => + new IocContainer().Install( + new NotifyIconInstaller(), + new AudioInstaller()); } } \ No newline at end of file