Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes NTOS AI app access #22818

Merged
merged 2 commits into from
Nov 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
program_icon_state = "power_monitor"
extended_desc = "This program connects to a local AI network to allow for administrative access"
ui_header = "power_norm.gif"
transfer_access = ACCESS_ROBO_CONTROL
transfer_access = ACCESS_TCOMMS_ADMIN
usage_flags = PROGRAM_CONSOLE | PROGRAM_LAPTOP | PROGRAM_TABLET
requires_ntnet = FALSE
size = 8
Expand Down
Loading