mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
fix.在线安装器,启动器
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user