fix.在线安装器,启动器

This commit is contained in:
lincube
2026-06-05 11:08:11 +08:00
parent bb4e90ea8d
commit 8c88e305ee
42 changed files with 1507 additions and 393 deletions

View File

@@ -65,9 +65,8 @@ public partial class FusedDesktopComponentLibraryWindow : Window
private void OnAddComponentRequested(object? sender, string componentId)
{
FusedDesktopManagerServiceFactory.GetOrCreate().AddComponent(componentId);
FusedDesktopManagerServiceFactory.GetOrCreate().AddComponent(componentId, this);
AppLogger.Info("FusedDesktopLibrary", $"Added component '{componentId}' directly to fused desktop.");
Close();
}
private void OnCloseClick(object? sender, RoutedEventArgs e)