Skip to content

Commit

Permalink
Fixes NTOS AI app access (#22818)
Browse files Browse the repository at this point in the history
* Access back to what it should be

* Well, that was a mess
  • Loading branch information
Oblisk234 authored Nov 24, 2024
1 parent 5f68845 commit c56e3aa
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c56e3aa

Please sign in to comment.