mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
settings action is marked as admin action
This commit is contained in:
parent
a33388d24c
commit
b159fe0718
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ class SettingsAction(PypeModule, ITrayAction):
|
|||
"""Action to show Setttings tool."""
|
||||
name = "settings"
|
||||
label = "Settings"
|
||||
admin_action = True
|
||||
|
||||
def initialize(self, _modules_settings):
|
||||
# This action is always enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue