Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit fe798d5

Browse files
committed
[Milky] Add watch display for GetImplInfoHandler
1 parent 4e47665 commit fe798d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lagrange.Milky/Api/Handler/System/GetImplInfoHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public Task<GetImplInfoResult> HandleAsync(CancellationToken token)
2222
Protocols.Linux => "linux",
2323
Protocols.AndroidPhone => "android_phone",
2424
Protocols.AndroidPad => "android_pad",
25+
Protocols.AndroidWatch => "watch",
2526
_ => throw new NotSupportedException(),
2627
},
2728
Constants.MilkyVersion

0 commit comments

Comments
 (0)