Skip to content

Commit 714c313

Browse files
authored
fix: add missing SetKbdLayout to NowCapabilitySession.All (#24)
1 parent ca378f0 commit 714c313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/Devolutions.NowProto/src/Capabilities/NowCapabilitySession.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ public enum NowCapabilitySession : ushort
3535
/// </summary>
3636
SetKbdLayout = 0x0008,
3737

38-
All = Lock | Logoff | Msgbox,
38+
All = Lock | Logoff | Msgbox | SetKbdLayout,
3939
}
4040
}

0 commit comments

Comments
 (0)