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