We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be46c55 commit 6470463Copy full SHA for 6470463
src/Desktop/BiliCopilot.UI/GlobalDependencies.cs
@@ -146,6 +146,8 @@ public static void Initialize()
146
.AddTransient<UserMomentDetailViewModel>()
147
.AddTransient<DownloadViewModel>()
148
.Build();
149
+
150
+ AgentStatics.GlobalKernel = Kernel;
151
}
152
153
public static IKernelBuilder AddDispatcherQueue(this IKernelBuilder kernelBuilder)
0 commit comments