cancel protection of core in linux. (only preserve in hi-key lib)

This commit is contained in:
iamboss 2025-12-18 09:51:53 +08:00
parent 85870efae4
commit 901a1181e2

View File

@ -134,7 +134,7 @@ namespace Sample.Common
} }
#region ShowStepPresent #region ShowStepPresent
internal static void ShowStepPresent( internal static void ShowStepPresent(
AppService userEnv, MachiningStep machiningStep) UserService userEnv, MachiningStep machiningStep)
{ {
foreach (var entry in userEnv.DisplayedStepPresentAccessList) foreach (var entry in userEnv.DisplayedStepPresentAccessList)
{ {