mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
fix(launcher): wire HostStartupMonitor into launch flow
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -33,7 +33,7 @@ internal sealed class HostStartupMonitor
|
|||||||
string ActivationFailureReason,
|
string ActivationFailureReason,
|
||||||
bool SoftTimeoutShown,
|
bool SoftTimeoutShown,
|
||||||
Action<bool?, bool, bool> PublishCoordinatorStatus,
|
Action<bool?, bool, bool> PublishCoordinatorStatus,
|
||||||
Func<bool, bool, bool, Dictionary<string, string>> ComposeLaunchDetails);
|
Func<bool, bool, Dictionary<string, string>> ComposeLaunchDetails);
|
||||||
|
|
||||||
internal sealed record Outcome(
|
internal sealed record Outcome(
|
||||||
bool Success,
|
bool Success,
|
||||||
|
|||||||
Reference in New Issue
Block a user